Uses of Interface
org.eclipse.collections.api.map.primitive.MutablePrimitiveObjectMap
| 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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
-
Uses of MutablePrimitiveObjectMap in org.eclipse.collections.api.map.primitive
Subinterfaces of MutablePrimitiveObjectMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description 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.interfaceMutableShortObjectMap<V>This file was automatically generated from template file mutablePrimitiveObjectMap.stg. -
Uses of MutablePrimitiveObjectMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutablePrimitiveObjectMap 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.