Uses of Interface
org.eclipse.collections.api.map.primitive.CharValuesMap
-
Packages that use CharValuesMap 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 CharValuesMap in org.eclipse.collections.api.map.primitive
Subinterfaces of CharValuesMap in org.eclipse.collections.api.map.primitive Modifier and Type Interface Description interface
ByteCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
CharCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
DoubleCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
FloatCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
ImmutableByteCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableCharCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableDoubleCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableFloatCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableIntCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableLongCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
ImmutableShortCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
IntCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
LongCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
MutableByteCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableCharValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
MutableDoubleCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableFloatCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableIntCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableLongCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
MutableShortCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
ShortCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive that return CharValuesMap Modifier and Type Method Description default CharValuesMap
CharValuesMap. tap(CharProcedure procedure)
-
Uses of CharValuesMap in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement CharValuesMap Modifier and Type Class Description (package private) class
ImmutableByteCharEmptyMap
ImmutableByteCharEmptyMap is an optimization forImmutableByteCharMap
of size 0.(package private) class
ImmutableByteCharHashMap
ImmutableByteCharHashMap is the non-modifiable equivalent ofByteCharHashMap
.(package private) class
ImmutableByteCharSingletonMap
ImmutableByteCharSingletonMap is an optimization forImmutableByteCharMap
of size 1.(package private) class
ImmutableCharCharEmptyMap
ImmutableCharCharEmptyMap is an optimization forImmutableCharCharMap
of size 0.(package private) class
ImmutableCharCharHashMap
ImmutableCharCharHashMap is the non-modifiable equivalent ofCharCharHashMap
.(package private) class
ImmutableCharCharSingletonMap
ImmutableCharCharSingletonMap is an optimization forImmutableCharCharMap
of size 1.(package private) class
ImmutableDoubleCharEmptyMap
ImmutableDoubleCharEmptyMap is an optimization forImmutableDoubleCharMap
of size 0.(package private) class
ImmutableDoubleCharHashMap
ImmutableDoubleCharHashMap is the non-modifiable equivalent ofDoubleCharHashMap
.(package private) class
ImmutableDoubleCharSingletonMap
ImmutableDoubleCharSingletonMap is an optimization forImmutableDoubleCharMap
of size 1.(package private) class
ImmutableFloatCharEmptyMap
ImmutableFloatCharEmptyMap is an optimization forImmutableFloatCharMap
of size 0.(package private) class
ImmutableFloatCharHashMap
ImmutableFloatCharHashMap is the non-modifiable equivalent ofFloatCharHashMap
.(package private) class
ImmutableFloatCharSingletonMap
ImmutableFloatCharSingletonMap is an optimization forImmutableFloatCharMap
of size 1.(package private) class
ImmutableIntCharEmptyMap
ImmutableIntCharEmptyMap is an optimization forImmutableIntCharMap
of size 0.(package private) class
ImmutableIntCharHashMap
ImmutableIntCharHashMap is the non-modifiable equivalent ofIntCharHashMap
.(package private) class
ImmutableIntCharSingletonMap
ImmutableIntCharSingletonMap is an optimization forImmutableIntCharMap
of size 1.(package private) class
ImmutableLongCharEmptyMap
ImmutableLongCharEmptyMap is an optimization forImmutableLongCharMap
of size 0.(package private) class
ImmutableLongCharHashMap
ImmutableLongCharHashMap is the non-modifiable equivalent ofLongCharHashMap
.(package private) class
ImmutableLongCharSingletonMap
ImmutableLongCharSingletonMap is an optimization forImmutableLongCharMap
of size 1.(package private) class
ImmutableShortCharEmptyMap
ImmutableShortCharEmptyMap is an optimization forImmutableShortCharMap
of size 0.(package private) class
ImmutableShortCharHashMap
ImmutableShortCharHashMap is the non-modifiable equivalent ofShortCharHashMap
.(package private) class
ImmutableShortCharSingletonMap
ImmutableShortCharSingletonMap is an optimization forImmutableShortCharMap
of size 1. -
Uses of CharValuesMap in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement CharValuesMap Modifier and Type Class Description class
AbstractMutableCharValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.class
ByteCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
CharCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
DoubleCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
FloatCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
IntCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
LongCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
ShortCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.class
SynchronizedByteCharMap
A synchronized view of aMutableByteCharMap
.class
SynchronizedCharCharMap
A synchronized view of aMutableCharCharMap
.class
SynchronizedDoubleCharMap
A synchronized view of aMutableDoubleCharMap
.class
SynchronizedFloatCharMap
A synchronized view of aMutableFloatCharMap
.class
SynchronizedIntCharMap
A synchronized view of aMutableIntCharMap
.class
SynchronizedLongCharMap
A synchronized view of aMutableLongCharMap
.class
SynchronizedShortCharMap
A synchronized view of aMutableShortCharMap
.class
UnmodifiableByteCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableCharCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableDoubleCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableFloatCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableIntCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableLongCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
UnmodifiableShortCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
-