Class AbstractImmutableObjectFloatMap<V>
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectFloatMap<V>
- All Implemented Interfaces:
FloatIterable
,ImmutableObjectFloatMap<V>
,ObjectFloatMap<V>
,PrimitiveIterable
public abstract class AbstractImmutableObjectFloatMap<V> extends Object implements ImmutableObjectFloatMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
- Since:
- 4.0.
-
Constructor Summary
Constructors Constructor Description AbstractImmutableObjectFloatMap()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.FloatIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, 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, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList
Methods inherited from interface org.eclipse.collections.api.map.primitive.ImmutableObjectFloatMap
collect, flipUniqueValues, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, tap
Methods inherited from interface org.eclipse.collections.api.map.primitive.ObjectFloatMap
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, values
Methods inherited from interface org.eclipse.collections.api.PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
-
Constructor Details
-
AbstractImmutableObjectFloatMap
public AbstractImmutableObjectFloatMap()
-