Uses of Interface
org.eclipse.collections.api.map.primitive.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. -
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.