public interface MutableShortLongMap extends ShortLongMap
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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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 ShortLongMapMutableShortLongMap reject(ShortLongPredicate predicate)
reject in interface ShortLongMapMutableLongCollection select(LongPredicate predicate)
select in interface LongIterableMutableLongCollection reject(LongPredicate predicate)
reject in interface LongIterable<V> MutableCollection<V> collect(LongToObjectFunction<? extends V> function)
collect in interface LongIterableMutableShortLongMap 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–2017. All rights reserved.