PrimitiveIterable, ShortIterable, ShortValuesMapImmutableFloatShortMap, MutableFloatShortMapFloatShortHashMap, SynchronizedFloatShortMap, UnmodifiableFloatShortMappublic interface FloatShortMap extends ShortValuesMap
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
containsKey(float key) |
|
boolean |
equals(java.lang.Object o) |
Follows the same general contract as
Map.equals(Object). |
ShortFloatMap |
flipUniqueValues() |
Return the ShortFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
void |
forEachKey(FloatProcedure procedure) |
|
void |
forEachKeyValue(FloatShortProcedure procedure) |
|
short |
get(float key) |
|
short |
getIfAbsent(float key,
short ifAbsent) |
|
short |
getOrThrow(float key) |
|
int |
hashCode() |
Follows the same general contract as
Map.hashCode(). |
MutableFloatSet |
keySet() |
|
LazyFloatIterable |
keysView() |
|
RichIterable<FloatShortPair> |
keyValuesView() |
|
FloatShortMap |
reject(FloatShortPredicate predicate) |
|
FloatShortMap |
select(FloatShortPredicate predicate) |
|
ImmutableFloatShortMap |
toImmutable() |
|
java.lang.String |
toString() |
Follows the same general contract as
AbstractMap.toString() |
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, sizeallSatisfy, 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, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListcollect, containsValue, forEachValue, reject, select, tap, valuesshort get(float key)
short getIfAbsent(float key,
short ifAbsent)
short getOrThrow(float key)
boolean containsKey(float key)
void forEachKey(FloatProcedure procedure)
void forEachKeyValue(FloatShortProcedure procedure)
LazyFloatIterable keysView()
RichIterable<FloatShortPair> keyValuesView()
ShortFloatMap flipUniqueValues()
java.lang.IllegalStateException - if the ShortFloatMap contains duplicate values.FloatShortMap select(FloatShortPredicate predicate)
FloatShortMap reject(FloatShortPredicate predicate)
boolean equals(java.lang.Object o)
Map.equals(Object).equals in class java.lang.Objectint hashCode()
Map.hashCode().hashCode in class java.lang.Objectjava.lang.String toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class java.lang.ObjectAbstractCollection.toString()ImmutableFloatShortMap toImmutable()
MutableFloatSet keySet()
Copyright © 2004–2017. All rights reserved.