public interface MutableShortByteMap extends ShortByteMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void 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 ShortByteMap
MutableShortByteMap reject(ShortBytePredicate predicate)
reject
in interface ShortByteMap
MutableByteCollection select(BytePredicate predicate)
select
in interface ByteIterable
MutableByteCollection reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> MutableCollection<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
MutableShortByteMap 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–2019. All rights reserved.