public interface ShortFloatMap extends FloatValuesMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(short key) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
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()
Returns a string representation of this ShortFloatMap.
|
containsValue, forEachValue, valuesallSatisfy, anySatisfy, asLazy, average, collect, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, 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()
ShortFloatMap select(ShortFloatPredicate predicate)
ShortFloatMap reject(ShortFloatPredicate predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
toString in interface PrimitiveIterabletoString in class ObjectImmutableShortFloatMap toImmutable()
MutableShortSet keySet()
Copyright © 2004–2017. All rights reserved.