public interface MutableShortByteMap extends ShortByteMap
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(short key,
byte value)
void putAll(ShortByteMap map)
void removeKey(short key)
void remove(short key)
byte removeKeyIfAbsent(short key,
byte value)
byte getIfAbsentPut(short key,
byte value)
byte getIfAbsentPut(short key,
ByteFunction0 function)
byte getIfAbsentPutWithKey(short key,
ShortToByteFunction function)
<P> byte getIfAbsentPutWith(short key,
ByteFunction<? super P> function,
P parameter)
byte updateValue(short key,
byte initialValueIfAbsent,
ByteToByteFunction function)
MutableShortByteMap select(ShortBytePredicate predicate)
select in interface ShortByteMapMutableShortByteMap reject(ShortBytePredicate predicate)
reject in interface ShortByteMapMutableByteCollection 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 ByteIterableMutableShortByteMap withKeyValue(short key, byte value)
MutableShortByteMap withoutKey(short key)
MutableShortByteMap withoutAllKeys(ShortIterable keys)
MutableShortByteMap asUnmodifiable()
MutableShortByteMap asSynchronized()
byte addToValue(short key,
byte toBeAdded)
Copyright © 2004–2017. All rights reserved.