public interface MutableFloatShortMap extends FloatShortMap
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(float key,
short value)
void putAll(FloatShortMap map)
void removeKey(float key)
void remove(float key)
short removeKeyIfAbsent(float key,
short value)
short getIfAbsentPut(float key,
short value)
short getIfAbsentPut(float key,
ShortFunction0 function)
short getIfAbsentPutWithKey(float key,
FloatToShortFunction function)
<P> short getIfAbsentPutWith(float key,
ShortFunction<? super P> function,
P parameter)
short updateValue(float key,
short initialValueIfAbsent,
ShortToShortFunction function)
MutableFloatShortMap select(FloatShortPredicate predicate)
select in interface FloatShortMapMutableFloatShortMap reject(FloatShortPredicate predicate)
reject in interface FloatShortMapMutableShortCollection 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 ShortIterableMutableFloatShortMap withKeyValue(float key, short value)
MutableFloatShortMap withoutKey(float key)
MutableFloatShortMap withoutAllKeys(FloatIterable keys)
MutableFloatShortMap asUnmodifiable()
MutableFloatShortMap asSynchronized()
short addToValue(float key,
short toBeAdded)
Copyright © 2004–2017. All rights reserved.