public interface MutableLongShortMap extends LongShortMap
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(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 LongShortMap
MutableLongShortMap reject(LongShortPredicate predicate)
reject
in interface LongShortMap
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
MutableLongShortMap 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–2018. All rights reserved.