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) classImmutableByteObjectHashMap<V>ImmutableByteObjectHashMap is the non-modifiable equivalent ofByteObjectHashMap.(package private) classImmutableByteObjectSingletonMap<V>ImmutableByteObjectSingletonMap is an optimization forImmutableByteObjectMapof size 1.
-