public interface MutableIntShortMap extends IntShortMap
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(int key,
short value)
void putAll(IntShortMap map)
void removeKey(int key)
void remove(int key)
short removeKeyIfAbsent(int key,
short value)
short getIfAbsentPut(int key,
short value)
short getIfAbsentPut(int key,
ShortFunction0 function)
short getIfAbsentPutWithKey(int key,
IntToShortFunction function)
<P> short getIfAbsentPutWith(int key,
ShortFunction<? super P> function,
P parameter)
short updateValue(int key,
short initialValueIfAbsent,
ShortToShortFunction function)
MutableIntShortMap select(IntShortPredicate predicate)
select in interface IntShortMapMutableIntShortMap reject(IntShortPredicate predicate)
reject in interface IntShortMapMutableShortCollection 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 ShortIterableMutableIntShortMap withKeyValue(int key, short value)
MutableIntShortMap withoutKey(int key)
MutableIntShortMap withoutAllKeys(IntIterable keys)
MutableIntShortMap asUnmodifiable()
MutableIntShortMap asSynchronized()
short addToValue(int key,
short toBeAdded)
Copyright © 2004–2017. All rights reserved.