Class AbstractImmutableObjectByteMap<V>
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectByteMap<V>
- All Implemented Interfaces:
ByteIterable,ImmutableObjectByteMap<V>,ObjectByteMap<V>,PrimitiveIterable
public abstract class AbstractImmutableObjectByteMap<V> extends Object implements ImmutableObjectByteMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
- Since:
- 4.0.
-
Constructor Summary
Constructors Constructor Description AbstractImmutableObjectByteMap() -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.ByteIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, byteIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedListMethods inherited from interface org.eclipse.collections.api.map.primitive.ImmutableObjectByteMap
collect, flipUniqueValues, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, tapMethods inherited from interface org.eclipse.collections.api.map.primitive.ObjectByteMap
containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, keySet, keysView, keyValuesView, toImmutable, toString, valuesMethods inherited from interface org.eclipse.collections.api.PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
-
Constructor Details
-
AbstractImmutableObjectByteMap
public AbstractImmutableObjectByteMap()
-