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 interfaceByteObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceCharObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceDoubleObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceFloatObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceImmutableByteObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableCharObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableDoubleObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableFloatObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableIntObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutableLongObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceImmutablePrimitiveObjectMap<V>interfaceImmutableShortObjectMap<V>This file was automatically generated from template file immutablePrimitiveObjectMap.stg.interfaceIntObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceLongObjectMap<V>This file was automatically generated from template file primitiveObjectMap.stg.interfaceMutableByteObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableCharObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableDoubleObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableFloatObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableIntObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutableLongObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceMutablePrimitiveObjectMap<V>interfaceMutableShortObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg.interfaceShortObjectMap<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 classAbstractImmutableByteObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableCharObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableDoubleObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableFloatObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableIntObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableLongObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.classAbstractImmutableShortObjectMap<V>This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.(package private) classImmutableByteObjectEmptyMap<V>ImmutableByteObjectEmptyMap is an optimization forImmutableByteObjectMapof size 0.(package private) classImmutableByteObjectHashMap<V>ImmutableByteObjectHashMap is the non-modifiable equivalent ofByteObjectHashMap.(package private) classImmutableByteObjectSingletonMap<V>ImmutableByteObjectSingletonMap is an optimization forImmutableByteObjectMapof size 1.(package private) classImmutableCharObjectEmptyMap<V>ImmutableCharObjectEmptyMap is an optimization forImmutableCharObjectMapof size 0.(package private) classImmutableCharObjectHashMap<V>ImmutableCharObjectHashMap is the non-modifiable equivalent ofCharObjectHashMap.(package private) classImmutableCharObjectSingletonMap<V>ImmutableCharObjectSingletonMap is an optimization forImmutableCharObjectMapof size 1.(package private) classImmutableDoubleObjectEmptyMap<V>ImmutableDoubleObjectEmptyMap is an optimization forImmutableDoubleObjectMapof size 0.(package private) classImmutableDoubleObjectHashMap<V>ImmutableDoubleObjectHashMap is the non-modifiable equivalent ofDoubleObjectHashMap.(package private) classImmutableDoubleObjectSingletonMap<V>ImmutableDoubleObjectSingletonMap is an optimization forImmutableDoubleObjectMapof size 1.(package private) classImmutableFloatObjectEmptyMap<V>ImmutableFloatObjectEmptyMap is an optimization forImmutableFloatObjectMapof size 0.(package private) classImmutableFloatObjectHashMap<V>ImmutableFloatObjectHashMap is the non-modifiable equivalent ofFloatObjectHashMap.(package private) classImmutableFloatObjectSingletonMap<V>ImmutableFloatObjectSingletonMap is an optimization forImmutableFloatObjectMapof size 1.(package private) classImmutableIntObjectEmptyMap<V>ImmutableIntObjectEmptyMap is an optimization forImmutableIntObjectMapof size 0.(package private) classImmutableIntObjectHashMap<V>ImmutableIntObjectHashMap is the non-modifiable equivalent ofIntObjectHashMap.(package private) classImmutableIntObjectSingletonMap<V>ImmutableIntObjectSingletonMap is an optimization forImmutableIntObjectMapof size 1.(package private) classImmutableLongObjectEmptyMap<V>ImmutableLongObjectEmptyMap is an optimization forImmutableLongObjectMapof size 0.(package private) classImmutableLongObjectHashMap<V>ImmutableLongObjectHashMap is the non-modifiable equivalent ofLongObjectHashMap.(package private) classImmutableLongObjectSingletonMap<V>ImmutableLongObjectSingletonMap is an optimization forImmutableLongObjectMapof size 1.(package private) classImmutableShortObjectEmptyMap<V>ImmutableShortObjectEmptyMap is an optimization forImmutableShortObjectMapof size 0.(package private) classImmutableShortObjectHashMap<V>ImmutableShortObjectHashMap is the non-modifiable equivalent ofShortObjectHashMap.(package private) classImmutableShortObjectSingletonMap<V>ImmutableShortObjectSingletonMap is an optimization forImmutableShortObjectMapof 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 classByteObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classCharObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classDoubleObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classFloatObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classIntObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classLongObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classShortObjectHashMap<V>This file was automatically generated from template file primitiveObjectHashMap.stg.classSynchronizedByteObjectMap<V>A synchronized view of aMutableByteObjectMap.classSynchronizedCharObjectMap<V>A synchronized view of aMutableCharObjectMap.classSynchronizedDoubleObjectMap<V>A synchronized view of aMutableDoubleObjectMap.classSynchronizedFloatObjectMap<V>A synchronized view of aMutableFloatObjectMap.classSynchronizedIntObjectMap<V>A synchronized view of aMutableIntObjectMap.classSynchronizedLongObjectMap<V>A synchronized view of aMutableLongObjectMap.classSynchronizedShortObjectMap<V>A synchronized view of aMutableShortObjectMap.classUnmodifiableByteObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableCharObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableDoubleObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableFloatObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableIntObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableLongObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.classUnmodifiableShortObjectMap<V>This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
-