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