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