Uses of Interface
org.eclipse.collections.api.map.primitive.PrimitiveObjectMap
-
Packages that use PrimitiveObjectMap 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.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of PrimitiveObjectMap in org.eclipse.collections.api.map.primitive
Subinterfaces of PrimitiveObjectMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
CharObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
DoubleObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
FloatObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.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
ImmutablePrimitiveObjectMap<V>
interface
ImmutableShortObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interface
IntObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
LongObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg.interface
MutableByteObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableCharObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableDoubleObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableFloatObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableIntObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutableLongObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
MutablePrimitiveObjectMap<V>
interface
MutableShortObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interface
ShortObjectMap<V>
This file was automatically generated from template file primitiveObjectMap.stg. -
Uses of PrimitiveObjectMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement PrimitiveObjectMap 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. -
Uses of PrimitiveObjectMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement PrimitiveObjectMap Modifier and Type Class Description class
ByteObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
CharObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
DoubleObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
FloatObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
IntObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
LongObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
ShortObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.class
SynchronizedByteObjectMap<V>
A synchronized view of aMutableByteObjectMap
.class
SynchronizedCharObjectMap<V>
A synchronized view of aMutableCharObjectMap
.class
SynchronizedDoubleObjectMap<V>
A synchronized view of aMutableDoubleObjectMap
.class
SynchronizedFloatObjectMap<V>
A synchronized view of aMutableFloatObjectMap
.class
SynchronizedIntObjectMap<V>
A synchronized view of aMutableIntObjectMap
.class
SynchronizedLongObjectMap<V>
A synchronized view of aMutableLongObjectMap
.class
SynchronizedShortObjectMap<V>
A synchronized view of aMutableShortObjectMap
.class
UnmodifiableByteObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableCharObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableDoubleObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableFloatObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableIntObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableLongObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.class
UnmodifiableShortObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
-