Class AbstractImmutableObjectCharMap<V>
java.lang.Object
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectCharMap<V>
- All Implemented Interfaces:
CharIterable, ImmutableObjectCharMap<V>, ObjectCharMap<V>, PrimitiveIterable
- Direct Known Subclasses:
ImmutableObjectCharHashMap, ImmutableObjectCharSingletonMap
public abstract class AbstractImmutableObjectCharMap<V>
extends Object
implements ImmutableObjectCharMap<V>
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
- Since:
- 4.0.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CharIterable
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, 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, toSortedListByMethods inherited from interface ImmutableObjectCharMap
collect, flipUniqueValues, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, tapMethods inherited from interface ObjectCharMap
allSatisfyKeyValue, containsKey, containsValue, forEachKey, forEachKeyValue, forEachValue, get, getIfAbsent, getOrThrow, injectIntoKeyValue, keySet, keysView, keyValuesView, toImmutable, toString, valuesMethods inherited from interface PrimitiveIterable
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size
-
Constructor Details
-
AbstractImmutableObjectCharMap
public AbstractImmutableObjectCharMap()
-