Uses of Class
org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableShortObjectMap
-
Packages that use AbstractImmutableShortObjectMap 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 AbstractImmutableShortObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Subclasses of AbstractImmutableShortObjectMap in org.eclipse.collections.impl.map.immutable.primitive Modifier and Type Class Description (package private) class
ImmutableShortObjectHashMap<V>
ImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap
.(package private) class
ImmutableShortObjectSingletonMap<V>
ImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMap
of size 1.
-