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