Uses of Interface
org.eclipse.collections.api.map.primitive.DoubleValuesMap
-
Packages that use DoubleValuesMap 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 DoubleValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of DoubleValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortDoubleMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableFloatDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortDoubleMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ShortDoubleMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return DoubleValuesMap Modifier and Type Method Description default DoubleValuesMap
DoubleValuesMap. tap(DoubleProcedure procedure)
-
Uses of DoubleValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement DoubleValuesMap Modifier and Type Class Description (package private) class
ImmutableByteDoubleEmptyMap
ImmutableByteDoubleEmptyMap is an optimization forImmutableByteDoubleMap
of size 0.(package private) class
ImmutableByteDoubleHashMap
ImmutableByteDoubleHashMap is the non-modifiable equivalent ofByteDoubleHashMap
.(package private) class
ImmutableByteDoubleSingletonMap
ImmutableByteDoubleSingletonMap is an optimization forImmutableByteDoubleMap
of size 1.(package private) class
ImmutableCharDoubleEmptyMap
ImmutableCharDoubleEmptyMap is an optimization forImmutableCharDoubleMap
of size 0.(package private) class
ImmutableCharDoubleHashMap
ImmutableCharDoubleHashMap is the non-modifiable equivalent ofCharDoubleHashMap
.(package private) class
ImmutableCharDoubleSingletonMap
ImmutableCharDoubleSingletonMap is an optimization forImmutableCharDoubleMap
of size 1.(package private) class
ImmutableDoubleDoubleEmptyMap
ImmutableDoubleDoubleEmptyMap is an optimization forImmutableDoubleDoubleMap
of size 0.(package private) class
ImmutableDoubleDoubleHashMap
ImmutableDoubleDoubleHashMap is the non-modifiable equivalent ofDoubleDoubleHashMap
.(package private) class
ImmutableDoubleDoubleSingletonMap
ImmutableDoubleDoubleSingletonMap is an optimization forImmutableDoubleDoubleMap
of size 1.(package private) class
ImmutableFloatDoubleEmptyMap
ImmutableFloatDoubleEmptyMap is an optimization forImmutableFloatDoubleMap
of size 0.(package private) class
ImmutableFloatDoubleHashMap
ImmutableFloatDoubleHashMap is the non-modifiable equivalent ofFloatDoubleHashMap
.(package private) class
ImmutableFloatDoubleSingletonMap
ImmutableFloatDoubleSingletonMap is an optimization forImmutableFloatDoubleMap
of size 1.(package private) class
ImmutableIntDoubleEmptyMap
ImmutableIntDoubleEmptyMap is an optimization forImmutableIntDoubleMap
of size 0.(package private) class
ImmutableIntDoubleHashMap
ImmutableIntDoubleHashMap is the non-modifiable equivalent ofIntDoubleHashMap
.(package private) class
ImmutableIntDoubleSingletonMap
ImmutableIntDoubleSingletonMap is an optimization forImmutableIntDoubleMap
of size 1.(package private) class
ImmutableLongDoubleEmptyMap
ImmutableLongDoubleEmptyMap is an optimization forImmutableLongDoubleMap
of size 0.(package private) class
ImmutableLongDoubleHashMap
ImmutableLongDoubleHashMap is the non-modifiable equivalent ofLongDoubleHashMap
.(package private) class
ImmutableLongDoubleSingletonMap
ImmutableLongDoubleSingletonMap is an optimization forImmutableLongDoubleMap
of size 1.(package private) class
ImmutableShortDoubleEmptyMap
ImmutableShortDoubleEmptyMap is an optimization forImmutableShortDoubleMap
of size 0.(package private) class
ImmutableShortDoubleHashMap
ImmutableShortDoubleHashMap is the non-modifiable equivalent ofShortDoubleHashMap
.(package private) class
ImmutableShortDoubleSingletonMap
ImmutableShortDoubleSingletonMap is an optimization forImmutableShortDoubleMap
of size 1. -
Uses of DoubleValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleValuesMap Modifier and Type Class Description class
AbstractMutableDoubleValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortDoubleHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteDoubleMap
A synchronized view of aMutableByteDoubleMap
.class
SynchronizedCharDoubleMap
A synchronized view of aMutableCharDoubleMap
.class
SynchronizedDoubleDoubleMap
A synchronized view of aMutableDoubleDoubleMap
.class
SynchronizedFloatDoubleMap
A synchronized view of aMutableFloatDoubleMap
.class
SynchronizedIntDoubleMap
A synchronized view of aMutableIntDoubleMap
.class
SynchronizedLongDoubleMap
A synchronized view of aMutableLongDoubleMap
.class
SynchronizedShortDoubleMap
A synchronized view of aMutableShortDoubleMap
.class
UnmodifiableByteDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortDoubleMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-