Uses of Interface
org.eclipse.collections.api.map.primitive.FloatValuesMap
-
Packages that use FloatValuesMap 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 FloatValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of FloatValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableDoubleFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableIntFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ShortFloatMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return FloatValuesMap Modifier and Type Method Description default FloatValuesMap
FloatValuesMap. tap(FloatProcedure procedure)
-
Uses of FloatValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement FloatValuesMap Modifier and Type Class Description (package private) class
ImmutableByteFloatEmptyMap
ImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMap
of size 0.(package private) class
ImmutableByteFloatHashMap
ImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap
.(package private) class
ImmutableByteFloatSingletonMap
ImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMap
of size 1.(package private) class
ImmutableCharFloatEmptyMap
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) class
ImmutableCharFloatHashMap
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) class
ImmutableCharFloatSingletonMap
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.(package private) class
ImmutableDoubleFloatEmptyMap
ImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMap
of size 0.(package private) class
ImmutableDoubleFloatHashMap
ImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap
.(package private) class
ImmutableDoubleFloatSingletonMap
ImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMap
of size 1.(package private) class
ImmutableFloatFloatEmptyMap
ImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMap
of size 0.(package private) class
ImmutableFloatFloatHashMap
ImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap
.(package private) class
ImmutableFloatFloatSingletonMap
ImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMap
of size 1.(package private) class
ImmutableIntFloatEmptyMap
ImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMap
of size 0.(package private) class
ImmutableIntFloatHashMap
ImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap
.(package private) class
ImmutableIntFloatSingletonMap
ImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMap
of size 1.(package private) class
ImmutableLongFloatEmptyMap
ImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMap
of size 0.(package private) class
ImmutableLongFloatHashMap
ImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap
.(package private) class
ImmutableLongFloatSingletonMap
ImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMap
of size 1.(package private) class
ImmutableShortFloatEmptyMap
ImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMap
of size 0.(package private) class
ImmutableShortFloatHashMap
ImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap
.(package private) class
ImmutableShortFloatSingletonMap
ImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMap
of size 1. -
Uses of FloatValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatValuesMap Modifier and Type Class Description class
AbstractMutableFloatValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteFloatMap
A synchronized view of aMutableByteFloatMap
.class
SynchronizedCharFloatMap
A synchronized view of aMutableCharFloatMap
.class
SynchronizedDoubleFloatMap
A synchronized view of aMutableDoubleFloatMap
.class
SynchronizedFloatFloatMap
A synchronized view of aMutableFloatFloatMap
.class
SynchronizedIntFloatMap
A synchronized view of aMutableIntFloatMap
.class
SynchronizedLongFloatMap
A synchronized view of aMutableLongFloatMap
.class
SynchronizedShortFloatMap
A synchronized view of aMutableShortFloatMap
.class
UnmodifiableByteFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-