Class AbstractImmutableObjectBooleanMap<V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectBooleanMap<V>
-
- All Implemented Interfaces:
BooleanIterable
,ImmutableObjectBooleanMap<V>
,ObjectBooleanMap<V>
,PrimitiveIterable
- Direct Known Subclasses:
ImmutableObjectBooleanHashMap
,ImmutableObjectBooleanSingletonMap
public abstract class AbstractImmutableObjectBooleanMap<V> extends java.lang.Object implements ImmutableObjectBooleanMap<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
AbstractImmutableObjectBooleanMap.ImmutableObjectBooleanMapSerializationProxy<V>
-
Constructor Summary
Constructors Constructor Description AbstractImmutableObjectBooleanMap()
-
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.BooleanIterable
allSatisfy, anySatisfy, asLazy, booleanIterator, 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, noneSatisfy, reduce, reduceIfEmpty, reject, select, toArray, toArray, toBag, toList, toSet
-
Methods inherited from interface org.eclipse.collections.api.map.primitive.ImmutableObjectBooleanMap
collect, newWithKeyValue, newWithoutAllKeys, newWithoutKey, reject, reject, select, select, tap
-
Methods inherited from interface org.eclipse.collections.api.map.primitive.ObjectBooleanMap
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
-
-