public interface ShortFloatMap extends FloatIterable
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(short key) |
boolean |
containsValue(float value) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object) . |
void |
forEachKey(ShortProcedure procedure) |
void |
forEachKeyValue(ShortFloatProcedure procedure) |
void |
forEachValue(FloatProcedure 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.
|
MutableFloatCollection |
values() |
allSatisfy, anySatisfy, asLazy, average, collect, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
float get(short key)
float getIfAbsent(short key, float ifAbsent)
float getOrThrow(short key)
boolean containsKey(short key)
boolean containsValue(float value)
void forEachValue(FloatProcedure procedure)
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 PrimitiveIterable
toString
in class Object
ImmutableShortFloatMap toImmutable()
MutableShortSet keySet()
MutableFloatCollection values()
Copyright © 2004–2016. All rights reserved.