public interface MutableFloatShortMap extends FloatShortMap
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(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 FloatShortMap
MutableFloatShortMap reject(FloatShortPredicate predicate)
reject
in interface FloatShortMap
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
MutableFloatShortMap 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–2019. All rights reserved.