Uses of Class
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap
-
Packages that use AbstractImmutableObjectIntMap 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 AbstractImmutableObjectIntMap in org.eclipse.collections.impl.map.immutable.primitive
Subclasses of AbstractImmutableObjectIntMap in org.eclipse.collections.impl.map.immutable.primitive Modifier and Type Class Description (package private) classImmutableObjectIntHashMap<K>ImmutableObjectIntHashMap is the non-modifiable equivalent ofObjectIntHashMap.(package private) classImmutableObjectIntSingletonMap<K>ImmutableObjectIntSingletonMap is an optimization forImmutableObjectIntMapof size 1.
-