public interface MutableDoubleByteMap extends DoubleByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid clear()
void put(double key,
byte value)
void putAll(DoubleByteMap map)
void removeKey(double key)
void remove(double key)
byte removeKeyIfAbsent(double key,
byte value)
byte getIfAbsentPut(double key,
byte value)
byte getIfAbsentPut(double key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(double key,
DoubleToByteFunction function)
<P> byte getIfAbsentPutWith(double key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(double key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableDoubleByteMap select(DoubleBytePredicate predicate)
select in interface DoubleByteMapMutableDoubleByteMap reject(DoubleBytePredicate predicate)
reject in interface DoubleByteMapMutableByteCollection select(BytePredicate predicate)
select in interface ByteIterableMutableByteCollection reject(BytePredicate predicate)
reject in interface ByteIterable<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterableMutableDoubleByteMap withKeyValue(double key, byte value)
MutableDoubleByteMap withoutKey(double key)
MutableDoubleByteMap withoutAllKeys(DoubleIterable keys)
MutableDoubleByteMap asUnmodifiable()
MutableDoubleByteMap asSynchronized()
byte addToValue(double key,
byte toBeAdded)
Copyright © 2004–2017. All rights reserved.