Uses of Interface
org.eclipse.collections.api.map.primitive.IntValuesMap
-
Packages that use IntValuesMap 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 IntValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of IntValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableLongIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ShortIntMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return IntValuesMap Modifier and Type Method Description default IntValuesMap
IntValuesMap. tap(IntProcedure procedure)
-
Uses of IntValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement IntValuesMap Modifier and Type Class Description (package private) class
ImmutableByteIntEmptyMap
ImmutableByteIntEmptyMap is an optimization forImmutableByteIntMap
of size 0.(package private) class
ImmutableByteIntHashMap
ImmutableByteIntHashMap is the non-modifiable equivalent ofByteIntHashMap
.(package private) class
ImmutableByteIntSingletonMap
ImmutableByteIntSingletonMap is an optimization forImmutableByteIntMap
of size 1.(package private) class
ImmutableCharIntEmptyMap
ImmutableCharIntEmptyMap is an optimization forImmutableCharIntMap
of size 0.(package private) class
ImmutableCharIntHashMap
ImmutableCharIntHashMap is the non-modifiable equivalent ofCharIntHashMap
.(package private) class
ImmutableCharIntSingletonMap
ImmutableCharIntSingletonMap is an optimization forImmutableCharIntMap
of size 1.(package private) class
ImmutableDoubleIntEmptyMap
ImmutableDoubleIntEmptyMap is an optimization forImmutableDoubleIntMap
of size 0.(package private) class
ImmutableDoubleIntHashMap
ImmutableDoubleIntHashMap is the non-modifiable equivalent ofDoubleIntHashMap
.(package private) class
ImmutableDoubleIntSingletonMap
ImmutableDoubleIntSingletonMap is an optimization forImmutableDoubleIntMap
of size 1.(package private) class
ImmutableFloatIntEmptyMap
ImmutableFloatIntEmptyMap is an optimization forImmutableFloatIntMap
of size 0.(package private) class
ImmutableFloatIntHashMap
ImmutableFloatIntHashMap is the non-modifiable equivalent ofFloatIntHashMap
.(package private) class
ImmutableFloatIntSingletonMap
ImmutableFloatIntSingletonMap is an optimization forImmutableFloatIntMap
of size 1.(package private) class
ImmutableIntIntEmptyMap
ImmutableIntIntEmptyMap is an optimization forImmutableIntIntMap
of size 0.(package private) class
ImmutableIntIntHashMap
ImmutableIntIntHashMap is the non-modifiable equivalent ofIntIntHashMap
.(package private) class
ImmutableIntIntSingletonMap
ImmutableIntIntSingletonMap is an optimization forImmutableIntIntMap
of size 1.(package private) class
ImmutableLongIntEmptyMap
ImmutableLongIntEmptyMap is an optimization forImmutableLongIntMap
of size 0.(package private) class
ImmutableLongIntHashMap
ImmutableLongIntHashMap is the non-modifiable equivalent ofLongIntHashMap
.(package private) class
ImmutableLongIntSingletonMap
ImmutableLongIntSingletonMap is an optimization forImmutableLongIntMap
of size 1.(package private) class
ImmutableShortIntEmptyMap
ImmutableShortIntEmptyMap is an optimization forImmutableShortIntMap
of size 0.(package private) class
ImmutableShortIntHashMap
ImmutableShortIntHashMap is the non-modifiable equivalent ofShortIntHashMap
.(package private) class
ImmutableShortIntSingletonMap
ImmutableShortIntSingletonMap is an optimization forImmutableShortIntMap
of size 1. -
Uses of IntValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntValuesMap Modifier and Type Class Description class
AbstractMutableIntValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteIntMap
A synchronized view of aMutableByteIntMap
.class
SynchronizedCharIntMap
A synchronized view of aMutableCharIntMap
.class
SynchronizedDoubleIntMap
A synchronized view of aMutableDoubleIntMap
.class
SynchronizedFloatIntMap
A synchronized view of aMutableFloatIntMap
.class
SynchronizedIntIntMap
A synchronized view of aMutableIntIntMap
.class
SynchronizedLongIntMap
A synchronized view of aMutableLongIntMap
.class
SynchronizedShortIntMap
A synchronized view of aMutableShortIntMap
.class
UnmodifiableByteIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-