public interface ObjectFloatMap<K> extends FloatIterable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(float value) |
void |
forEachKey(Procedure<? super K> procedure) |
void |
forEachKeyValue(ObjectFloatProcedure<? super K> procedure) |
void |
forEachValue(FloatProcedure procedure) |
float |
get(Object key) |
float |
getIfAbsent(Object key,
float ifAbsent) |
float |
getOrThrow(Object key) |
Set<K> |
keySet() |
LazyIterable<K> |
keysView() |
RichIterable<ObjectFloatPair<K>> |
keyValuesView() |
ObjectFloatMap<K> |
reject(ObjectFloatPredicate<? super K> predicate) |
ObjectFloatMap<K> |
select(ObjectFloatPredicate<? super K> predicate) |
ImmutableObjectFloatMap<K> |
toImmutable() |
String |
toString()
Returns a string representation of this ObjectFloatMap.
|
MutableFloatCollection |
values() |
allSatisfy, 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(Object key)
float getOrThrow(Object key)
float getIfAbsent(Object key, float ifAbsent)
boolean containsKey(Object key)
boolean containsValue(float value)
void forEachValue(FloatProcedure procedure)
void forEachKeyValue(ObjectFloatProcedure<? super K> procedure)
ObjectFloatMap<K> select(ObjectFloatPredicate<? super K> predicate)
ObjectFloatMap<K> reject(ObjectFloatPredicate<? super K> predicate)
String toString()
toString in interface PrimitiveIterabletoString in class ObjectImmutableObjectFloatMap<K> toImmutable()
MutableFloatCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectFloatPair<K>> keyValuesView()
Copyright © 2004–2016. All rights reserved.