Uses of Class
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectShortMap
-
Packages that use AbstractImmutableObjectShortMap 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 AbstractImmutableObjectShortMap in org.eclipse.collections.impl.map.immutable.primitive
Subclasses of AbstractImmutableObjectShortMap in org.eclipse.collections.impl.map.immutable.primitive Modifier and Type Class Description (package private) class
ImmutableObjectShortHashMap<K>
ImmutableObjectShortHashMap is the non-modifiable equivalent ofObjectShortHashMap
.(package private) class
ImmutableObjectShortSingletonMap<K>
ImmutableObjectShortSingletonMap is an optimization forImmutableObjectShortMap
of size 1.
-