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