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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Interface | Description |
---|---|---|
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 |
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.
|
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 a
MutableByteCharMap . |
class |
SynchronizedCharCharMap |
A synchronized view of a
MutableCharCharMap . |
class |
SynchronizedDoubleCharMap |
A synchronized view of a
MutableDoubleCharMap . |
class |
SynchronizedFloatCharMap |
A synchronized view of a
MutableFloatCharMap . |
class |
SynchronizedIntCharMap |
A synchronized view of a
MutableIntCharMap . |
class |
SynchronizedLongCharMap |
A synchronized view of a
MutableLongCharMap . |
class |
SynchronizedShortCharMap |
A synchronized view of a
MutableShortCharMap . |
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.
|
Copyright © 2004–2019. All rights reserved.