public interface MutableByteShortMap extends ByteShortMap
containsKey, containsValue, equals, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toString, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ByteShortMapMutableByteShortMap reject(ByteShortPredicate predicate)
reject in interface ByteShortMapMutableShortCollection select(ShortPredicate predicate)
select in interface ShortIterableMutableShortCollection reject(ShortPredicate predicate)
reject in interface ShortIterable<V> MutableCollection<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface ShortIterableMutableByteShortMap 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.