Uses of Class
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectBooleanMap
-
Packages that use AbstractImmutableObjectBooleanMap Package Description org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of AbstractImmutableObjectBooleanMap in org.eclipse.collections.impl.map.immutable.primitive
Subclasses of AbstractImmutableObjectBooleanMap in org.eclipse.collections.impl.map.immutable.primitive Modifier and Type Class Description (package private) class
ImmutableObjectBooleanHashMap<K>
ImmutableObjectBooleanHashMap is the non-modifiable equivalent ofObjectBooleanHashMap
.(package private) class
ImmutableObjectBooleanSingletonMap<K>
ImmutableObjectBooleanSingletonMap is an optimization forImmutableObjectBooleanMap
of size 1.
-