DoubleIterable
, PrimitiveIterable
ImmutableObjectDoubleMap<K>
, MutableObjectDoubleMap<K>
AbstractImmutableObjectDoubleMap
, ObjectDoubleHashMap
, ObjectDoubleHashMapWithHashingStrategy
, SynchronizedObjectDoubleMap
, UnmodifiableObjectDoubleMap
public interface ObjectDoubleMap<K> extends DoubleIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, 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, reduce, reduceIfEmpty, reject, reject, select, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
double 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 DoubleIterable
String toString()
AbstractMap.toString()
toString
in interface PrimitiveIterable
toString
in class Object
AbstractCollection.toString()
ImmutableObjectDoubleMap<K> toImmutable()
MutableDoubleCollection values()
LazyIterable<K> keysView()
RichIterable<ObjectDoublePair<K>> keyValuesView()
Copyright © 2004–2019. All rights reserved.