public interface ObjectDoubleMap<K> extends DoubleIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, flatCollect, 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, sizedouble get(Object key)
double getOrThrow(Object key)
double getIfAbsent(Object key, double ifAbsent)
boolean containsKey(Object key)
boolean containsValue(double value)
void forEachValue(DoubleProcedure procedure)
void forEachKeyValue(ObjectDoubleProcedure<? super K> procedure)
DoubleObjectMap<K> flipUniqueValues()
IllegalStateException - if the DoubleObjectMap contains duplicate values.ObjectDoubleMap<K> select(ObjectDoublePredicate<? super K> predicate)
ObjectDoubleMap<K> reject(ObjectDoublePredicate<? super K> predicate)
default ObjectDoubleMap<K> tap(DoubleProcedure procedure)
tap in interface DoubleIterableString toString()
AbstractMap.toString()toString in interface PrimitiveIterabletoString in class ObjectAbstractCollection.toString()ImmutableObjectDoubleMap<K> toImmutable()
MutableDoubleCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectDoublePair<K>> keyValuesView()
Copyright © 2004–2017. All rights reserved.