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 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.interfaceImmutableShortObjectMap<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 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.
-