Uses of Interface
org.eclipse.collections.api.map.primitive.ImmutablePrimitiveObjectMap
-
Packages that use ImmutablePrimitiveObjectMap Package Description org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.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 ImmutablePrimitiveObjectMap in org.eclipse.collections.api.map.primitive
Subinterfaces of ImmutablePrimitiveObjectMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ImmutableByteObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableCharObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableDoubleObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableFloatObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableIntObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableLongObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
ImmutableShortObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg. -
Uses of ImmutablePrimitiveObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement ImmutablePrimitiveObjectMap Modifier and Type Class Description class
AbstractImmutableByteObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableCharObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableDoubleObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableFloatObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableIntObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableLongObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.class
AbstractImmutableShortObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) class
ImmutableByteObjectEmptyMap<V>
ImmutableByteObjectEmptyMap is an optimization forImmutableByteObjectMap
of size 0.(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.(package private) class
ImmutableCharObjectEmptyMap<V>
ImmutableCharObjectEmptyMap is an optimization forImmutableCharObjectMap
of size 0.(package private) class
ImmutableCharObjectHashMap<V>
ImmutableCharObjectHashMap is the non-modifiable equivalent ofCharObjectHashMap
.(package private) class
ImmutableCharObjectSingletonMap<V>
ImmutableCharObjectSingletonMap is an optimization forImmutableCharObjectMap
of size 1.(package private) class
ImmutableDoubleObjectEmptyMap<V>
ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMap
of size 0.(package private) class
ImmutableDoubleObjectHashMap<V>
ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap
.(package private) class
ImmutableDoubleObjectSingletonMap<V>
ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMap
of size 1.(package private) class
ImmutableFloatObjectEmptyMap<V>
ImmutableFloatObjectEmptyMap is an optimization forImmutableFloatObjectMap
of size 0.(package private) class
ImmutableFloatObjectHashMap<V>
ImmutableFloatObjectHashMap is the non-modifiable equivalent ofFloatObjectHashMap
.(package private) class
ImmutableFloatObjectSingletonMap<V>
ImmutableFloatObjectSingletonMap is an optimization forImmutableFloatObjectMap
of size 1.(package private) class
ImmutableIntObjectEmptyMap<V>
ImmutableIntObjectEmptyMap is an optimization forImmutableIntObjectMap
of size 0.(package private) class
ImmutableIntObjectHashMap<V>
ImmutableIntObjectHashMap is the non-modifiable equivalent ofIntObjectHashMap
.(package private) class
ImmutableIntObjectSingletonMap<V>
ImmutableIntObjectSingletonMap is an optimization forImmutableIntObjectMap
of size 1.(package private) class
ImmutableLongObjectEmptyMap<V>
ImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMap
of size 0.(package private) class
ImmutableLongObjectHashMap<V>
ImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap
.(package private) class
ImmutableLongObjectSingletonMap<V>
ImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMap
of size 1.(package private) class
ImmutableShortObjectEmptyMap<V>
ImmutableShortObjectEmptyMap is an optimization forImmutableShortObjectMap
of size 0.(package private) class
ImmutableShortObjectHashMap<V>
ImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap
.(package private) class
ImmutableShortObjectSingletonMap<V>
ImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMap
of size 1.
-