ByteIterable, ByteValuesMap, DoubleByteMap, MutableByteValuesMap, PrimitiveIterableDoubleByteHashMap, SynchronizedDoubleByteMap, UnmodifiableDoubleByteMappublic interface MutableDoubleByteMap extends DoubleByteMap, MutableByteValuesMap
allSatisfy, anySatisfy, asLazy, average, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcontainsValue, forEachValue, valuescontainsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringbyteIterator, clear, collect, reject, selectappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 DoubleByteMapMutableDoubleByteMap 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.