public interface MutableShortLongMap extends ShortLongMap
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, longIterator, 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, long value)
void putAll(ShortLongMap map)
void removeKey(short key)
void remove(short key)
long removeKeyIfAbsent(short key, long value)
long getIfAbsentPut(short key, long value)
long getIfAbsentPut(short key, LongFunction0 function)
long getIfAbsentPutWithKey(short key, ShortToLongFunction function)
<P> long getIfAbsentPutWith(short key, LongFunction<? super P> function, P parameter)
long updateValue(short key, long initialValueIfAbsent, LongToLongFunction function)
MutableShortLongMap select(ShortLongPredicate predicate)
select
in interface ShortLongMap
MutableShortLongMap reject(ShortLongPredicate predicate)
reject
in interface ShortLongMap
MutableLongCollection select(LongPredicate predicate)
select
in interface LongIterable
MutableLongCollection reject(LongPredicate predicate)
reject
in interface LongIterable
<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect
in interface LongIterable
MutableShortLongMap withKeyValue(short key, long value)
MutableShortLongMap withoutKey(short key)
MutableShortLongMap withoutAllKeys(ShortIterable keys)
MutableShortLongMap asUnmodifiable()
MutableShortLongMap asSynchronized()
long addToValue(short key, long toBeAdded)
Copyright © 2004–2018. All rights reserved.