Uses of Interface
org.eclipse.collections.api.map.primitive.LongValuesMap
-
Packages that use LongValuesMap 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 LongValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of LongValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortLongMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableShortLongMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ShortLongMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return LongValuesMap Modifier and Type Method Description default LongValuesMap
LongValuesMap. tap(LongProcedure procedure)
-
Uses of LongValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement LongValuesMap Modifier and Type Class Description (package private) class
ImmutableByteLongEmptyMap
ImmutableByteLongEmptyMap is an optimization forImmutableByteLongMap
of size 0.(package private) class
ImmutableByteLongHashMap
ImmutableByteLongHashMap is the non-modifiable equivalent ofByteLongHashMap
.(package private) class
ImmutableByteLongSingletonMap
ImmutableByteLongSingletonMap is an optimization forImmutableByteLongMap
of size 1.(package private) class
ImmutableCharLongEmptyMap
ImmutableCharLongEmptyMap is an optimization forImmutableCharLongMap
of size 0.(package private) class
ImmutableCharLongHashMap
ImmutableCharLongHashMap is the non-modifiable equivalent ofCharLongHashMap
.(package private) class
ImmutableCharLongSingletonMap
ImmutableCharLongSingletonMap is an optimization forImmutableCharLongMap
of size 1.(package private) class
ImmutableDoubleLongEmptyMap
ImmutableDoubleLongEmptyMap is an optimization forImmutableDoubleLongMap
of size 0.(package private) class
ImmutableDoubleLongHashMap
ImmutableDoubleLongHashMap is the non-modifiable equivalent ofDoubleLongHashMap
.(package private) class
ImmutableDoubleLongSingletonMap
ImmutableDoubleLongSingletonMap is an optimization forImmutableDoubleLongMap
of size 1.(package private) class
ImmutableFloatLongEmptyMap
ImmutableFloatLongEmptyMap is an optimization forImmutableFloatLongMap
of size 0.(package private) class
ImmutableFloatLongHashMap
ImmutableFloatLongHashMap is the non-modifiable equivalent ofFloatLongHashMap
.(package private) class
ImmutableFloatLongSingletonMap
ImmutableFloatLongSingletonMap is an optimization forImmutableFloatLongMap
of size 1.(package private) class
ImmutableIntLongEmptyMap
ImmutableIntLongEmptyMap is an optimization forImmutableIntLongMap
of size 0.(package private) class
ImmutableIntLongHashMap
ImmutableIntLongHashMap is the non-modifiable equivalent ofIntLongHashMap
.(package private) class
ImmutableIntLongSingletonMap
ImmutableIntLongSingletonMap is an optimization forImmutableIntLongMap
of size 1.(package private) class
ImmutableLongLongEmptyMap
ImmutableLongLongEmptyMap is an optimization forImmutableLongLongMap
of size 0.(package private) class
ImmutableLongLongHashMap
ImmutableLongLongHashMap is the non-modifiable equivalent ofLongLongHashMap
.(package private) class
ImmutableLongLongSingletonMap
ImmutableLongLongSingletonMap is an optimization forImmutableLongLongMap
of size 1.(package private) class
ImmutableShortLongEmptyMap
ImmutableShortLongEmptyMap is an optimization forImmutableShortLongMap
of size 0.(package private) class
ImmutableShortLongHashMap
ImmutableShortLongHashMap is the non-modifiable equivalent ofShortLongHashMap
.(package private) class
ImmutableShortLongSingletonMap
ImmutableShortLongSingletonMap is an optimization forImmutableShortLongMap
of size 1. -
Uses of LongValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LongValuesMap Modifier and Type Class Description class
AbstractMutableLongValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortLongHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteLongMap
A synchronized view of aMutableByteLongMap
.class
SynchronizedCharLongMap
A synchronized view of aMutableCharLongMap
.class
SynchronizedDoubleLongMap
A synchronized view of aMutableDoubleLongMap
.class
SynchronizedFloatLongMap
A synchronized view of aMutableFloatLongMap
.class
SynchronizedIntLongMap
A synchronized view of aMutableIntLongMap
.class
SynchronizedLongLongMap
A synchronized view of aMutableLongLongMap
.class
SynchronizedShortLongMap
A synchronized view of aMutableShortLongMap
.class
UnmodifiableByteLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortLongMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-