public interface MutableFloatShortMap extends FloatShortMap, MutableShortValuesMap
| Modifier and Type | Method and Description |
|---|---|
short |
addToValue(float key,
short toBeAdded) |
MutableFloatShortMap |
asSynchronized() |
MutableFloatShortMap |
asUnmodifiable() |
MutableShortFloatMap |
flipUniqueValues()
Return the ShortFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
short |
getIfAbsentPut(float key,
short value) |
short |
getIfAbsentPut(float key,
ShortFunction0 function) |
<P> short |
getIfAbsentPutWith(float key,
ShortFunction<? super P> function,
P parameter) |
short |
getIfAbsentPutWithKey(float key,
FloatToShortFunction function) |
void |
put(float key,
short value) |
void |
putAll(FloatShortMap map) |
MutableFloatShortMap |
reject(FloatShortPredicate predicate) |
void |
remove(float key) |
void |
removeKey(float key) |
short |
removeKeyIfAbsent(float key,
short value) |
MutableFloatShortMap |
select(FloatShortPredicate predicate) |
short |
updateValue(float key,
short initialValueIfAbsent,
ShortToShortFunction function) |
MutableFloatShortMap |
withKeyValue(float key,
short value) |
MutableFloatShortMap |
withoutAllKeys(FloatIterable keys) |
MutableFloatShortMap |
withoutKey(float key) |
containsKey, equals, forEachKey, forEachKeyValue, get, getIfAbsent, getOrThrow, hashCode, keySet, keysView, keyValuesView, toImmutable, toStringclear, collect, reject, select, shortIteratorcontainsValue, forEachValue, tap, valuesallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizevoid 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)
MutableShortFloatMap flipUniqueValues()
FloatShortMapflipUniqueValues in interface FloatShortMapMutableFloatShortMap select(FloatShortPredicate predicate)
select in interface FloatShortMapMutableFloatShortMap reject(FloatShortPredicate predicate)
reject in interface FloatShortMapMutableFloatShortMap 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.