public interface FloatObjectMap<V> extends RichIterable<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(float key) |
boolean |
containsValue(Object value) |
boolean |
equals(Object o)
Follows the same general contract as
Map.equals(Object). |
void |
forEachKey(FloatProcedure procedure) |
void |
forEachKeyValue(FloatObjectProcedure<? super V> procedure) |
void |
forEachValue(Procedure<? super V> procedure) |
V |
get(float key) |
V |
getIfAbsent(float key,
Function0<? extends V> ifAbsent) |
int |
hashCode()
Follows the same general contract as
Map.hashCode(). |
MutableFloatSet |
keySet() |
LazyFloatIterable |
keysView() |
RichIterable<FloatObjectPair<V>> |
keyValuesView() |
FloatObjectMap<V> |
reject(FloatObjectPredicate<? super V> predicate) |
FloatObjectMap<V> |
select(FloatObjectPredicate<? super V> predicate) |
ImmutableFloatObjectMap<V> |
toImmutable() |
String |
toString()
Returns a string representation of this FloatObjectMap.
|
Collection<V> |
values() |
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, asLazy, chunk, collect, collect, collectBoolean, collectBoolean, collectByte, collectByte, collectChar, collectChar, collectDouble, collectDouble, collectFloat, collectFloat, collectIf, collectIf, collectInt, collectInt, collectLong, collectLong, collectShort, collectShort, collectWith, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, flatCollect, flatCollect, getFirst, getLast, groupBy, groupBy, groupByEach, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, isEmpty, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, notEmpty, partition, partitionWith, reject, reject, rejectWith, rejectWith, select, select, selectInstancesOf, selectWith, selectWith, size, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, zip, zip, zipWithIndex, zipWithIndexforEach, forEachWith, forEachWithIndexforEach, iterator, spliteratorV get(float key)
boolean containsKey(float key)
boolean containsValue(Object value)
void forEachKey(FloatProcedure procedure)
void forEachKeyValue(FloatObjectProcedure<? super V> procedure)
FloatObjectMap<V> select(FloatObjectPredicate<? super V> predicate)
FloatObjectMap<V> reject(FloatObjectPredicate<? super V> predicate)
boolean equals(Object o)
Map.equals(Object).int hashCode()
Map.hashCode().String toString()
toString in interface RichIterable<V>toString in class ObjectImmutableFloatObjectMap<V> toImmutable()
MutableFloatSet keySet()
Collection<V> values()
LazyFloatIterable keysView()
RichIterable<FloatObjectPair<V>> keyValuesView()
Copyright © 2004–2017. All rights reserved.