public interface MutableFloatShortMap extends FloatShortMap, MutableShortValuesMap
| Modifier and Type | Method and Description | 
|---|---|
short | 
addToValue(float key,
          short toBeAdded)  | 
MutableFloatShortMap | 
asSynchronized()  | 
MutableFloatShortMap | 
asUnmodifiable()  | 
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, valuesallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, 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)
MutableFloatShortMap 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–2016. All rights reserved.