Class AbstractImmutableObjectDoubleMap<V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectDoubleMap<V>
-
- All Implemented Interfaces:
DoubleIterable
,ImmutableObjectDoubleMap<V>
,ObjectDoubleMap<V>
,PrimitiveIterable
- Direct Known Subclasses:
ImmutableObjectDoubleHashMap
,ImmutableObjectDoubleSingletonMap
public abstract class AbstractImmutableObjectDoubleMap<V> extends java.lang.Object implements ImmutableObjectDoubleMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.- Since:
- 4.0.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
AbstractImmutableObjectDoubleMap.ImmutableObjectDoubleMapSerializationProxy<V>
-
Constructor Summary
Constructors Constructor Description AbstractImmutableObjectDoubleMap()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.DoubleIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListBy
-
Methods inherited from interface org.eclipse.collections.api.map.primitive.ImmutableObjectDoubleMap
collect, flipUniqueValues, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, tap
-
Methods inherited from interface org.eclipse.collections.api.map.primitive.ObjectDoubleMap
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, injectIntoKeyValue, keySet, keysView, keyValuesView, toImmutable, toString, values
-
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
-
-