public interface MutableByteShortMap extends ByteShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, values
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
void clear()
void put(byte key, short value)
void putAll(ByteShortMap map)
void removeKey(byte key)
void remove(byte key)
short removeKeyIfAbsent(byte key, short value)
short getIfAbsentPut(byte key, short value)
short getIfAbsentPut(byte key, ShortFunction0 function)
short getIfAbsentPutWithKey(byte key, ByteToShortFunction function)
<P> short getIfAbsentPutWith(byte key, ShortFunction<? super P> function, P parameter)
short updateValue(byte key, short initialValueIfAbsent, ShortToShortFunction function)
MutableByteShortMap select(ByteShortPredicate predicate)
select
in interface ByteShortMap
MutableByteShortMap reject(ByteShortPredicate predicate)
reject
in interface ByteShortMap
MutableShortCollection select(ShortPredicate predicate)
select
in interface ShortIterable
MutableShortCollection reject(ShortPredicate predicate)
reject
in interface ShortIterable
<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface ShortIterable
MutableByteShortMap withKeyValue(byte key, short value)
MutableByteShortMap withoutKey(byte key)
MutableByteShortMap withoutAllKeys(ByteIterable keys)
MutableByteShortMap asUnmodifiable()
MutableByteShortMap asSynchronized()
short addToValue(byte key, short toBeAdded)
Copyright © 2004–2017. All rights reserved.