public interface ObjectFloatMap<K> extends FloatIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, reject, select, select, sum, summaryStatistics, 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)
FloatObjectMap<K> flipUniqueValues()
IllegalStateException - if the FloatObjectMap contains duplicate values.ObjectFloatMap<K> select(ObjectFloatPredicate<? super K> predicate)
ObjectFloatMap<K> reject(ObjectFloatPredicate<? super K> predicate)
default ObjectFloatMap<K> tap(FloatProcedure procedure)
tap in interface FloatIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectFloatMap<K> toImmutable()
MutableFloatCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectFloatPair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.