FloatIterable, FloatValuesMap, PrimitiveIterableImmutableShortFloatMap, MutableShortFloatMapShortFloatHashMap, SynchronizedShortFloatMap, UnmodifiableShortFloatMappublic interface ShortFloatMap extends FloatValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(short key) |
|
boolean |
equals(Object o) |
Follows the same general contract as
Map.equals(Object). |
FloatShortMap |
flipUniqueValues() |
Return the FloatShortMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
void |
forEachKey(ShortProcedure procedure) |
|
void |
forEachKeyValue(ShortFloatProcedure procedure) |
|
float |
get(short key) |
|
float |
getIfAbsent(short key,
float ifAbsent) |
|
float |
getOrThrow(short key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode(). |
MutableShortSet |
keySet() |
|
LazyShortIterable |
keysView() |
|
RichIterable<ShortFloatPair> |
keyValuesView() |
|
ShortFloatMap |
reject(ShortFloatPredicate predicate) |
|
ShortFloatMap |
select(ShortFloatPredicate predicate) |
|
ImmutableShortFloatMap |
toImmutable() |
|
String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcollect, containsValue, forEachValue, reject, select, tap, valuesappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizefloat get(short key)
float getIfAbsent(short key,
float ifAbsent)
float getOrThrow(short key)
boolean containsKey(short key)
void forEachKey(ShortProcedure procedure)
void forEachKeyValue(ShortFloatProcedure procedure)
LazyShortIterable keysView()
RichIterable<ShortFloatPair> keyValuesView()
FloatShortMap flipUniqueValues()
IllegalStateException - if the FloatShortMap contains duplicate values.ShortFloatMap select(ShortFloatPredicate predicate)
ShortFloatMap reject(ShortFloatPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableShortFloatMap toImmutable()
MutableShortSet keySet()
Copyright © 2004–2019. All rights reserved.