| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.map.primitive | |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleCharMap |
ImmutableDoubleCharMapFactory.ofAll(DoubleCharMap map) |
|
MutableDoubleCharMap |
MutableDoubleCharMapFactory.ofAll(DoubleCharMap map) |
|
ImmutableDoubleCharMap |
ImmutableDoubleCharMapFactory.withAll(DoubleCharMap map) |
|
MutableDoubleCharMap |
MutableDoubleCharMapFactory.withAll(DoubleCharMap map) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableDoubleCharMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableDoubleCharMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
DoubleCharMap |
CharDoubleMap.flipUniqueValues() |
Return the DoubleCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
DoubleCharMap |
DoubleCharMap.reject(DoubleCharPredicate predicate) |
|
DoubleCharMap |
DoubleCharMap.select(DoubleCharPredicate predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutableDoubleCharMap.putAll(DoubleCharMap map) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleCharMap |
ImmutableDoubleCharMapFactoryImpl.ofAll(DoubleCharMap map) |
|
ImmutableDoubleCharMap |
ImmutableDoubleCharMapFactoryImpl.withAll(DoubleCharMap map) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DoubleCharHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedDoubleCharMap |
A synchronized view of a
MutableDoubleCharMap. |
class |
UnmodifiableDoubleCharMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableDoubleCharMap |
MutableDoubleCharMapFactoryImpl.ofAll(DoubleCharMap map) |
|
void |
DoubleCharHashMap.putAll(DoubleCharMap map) |
|
void |
SynchronizedDoubleCharMap.putAll(DoubleCharMap map) |
|
void |
UnmodifiableDoubleCharMap.putAll(DoubleCharMap map) |
|
MutableDoubleCharMap |
MutableDoubleCharMapFactoryImpl.withAll(DoubleCharMap map) |
| Constructor | Description |
|---|---|
DoubleCharHashMap(DoubleCharMap map) |
Copyright © 2004–2018. All rights reserved.