public interface MutableLongShortMap extends LongShortMap
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(long key,
short value)
void putAll(LongShortMap map)
void removeKey(long key)
void remove(long key)
short removeKeyIfAbsent(long key,
short value)
short getIfAbsentPut(long key,
short value)
short getIfAbsentPut(long key,
ShortFunction0 function)
short getIfAbsentPutWithKey(long key,
LongToShortFunction function)
<P> short getIfAbsentPutWith(long key,
ShortFunction<? super P> function,
P parameter)
short updateValue(long key,
short initialValueIfAbsent,
ShortToShortFunction function)
MutableLongShortMap select(LongShortPredicate predicate)
select in interface LongShortMapMutableLongShortMap reject(LongShortPredicate predicate)
reject in interface LongShortMapMutableShortCollection 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 ShortIterableMutableLongShortMap withKeyValue(long key, short value)
MutableLongShortMap withoutKey(long key)
MutableLongShortMap withoutAllKeys(LongIterable keys)
MutableLongShortMap asUnmodifiable()
MutableLongShortMap asSynchronized()
short addToValue(long key,
short toBeAdded)
Copyright © 2004–2017. All rights reserved.