| 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 |
|---|---|---|
ImmutableCharDoubleMap |
ImmutableCharDoubleMapFactory.ofAll(CharDoubleMap map) |
|
MutableCharDoubleMap |
MutableCharDoubleMapFactory.ofAll(CharDoubleMap map) |
|
ImmutableCharDoubleMap |
ImmutableCharDoubleMapFactory.withAll(CharDoubleMap map) |
|
MutableCharDoubleMap |
MutableCharDoubleMapFactory.withAll(CharDoubleMap map) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableCharDoubleMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharDoubleMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
CharDoubleMap |
DoubleCharMap.flipUniqueValues() |
Return the CharDoubleMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
CharDoubleMap |
CharDoubleMap.reject(CharDoublePredicate predicate) |
|
CharDoubleMap |
CharDoubleMap.select(CharDoublePredicate predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutableCharDoubleMap.putAll(CharDoubleMap map) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharDoubleMap |
ImmutableCharDoubleMapFactoryImpl.ofAll(CharDoubleMap map) |
|
ImmutableCharDoubleMap |
ImmutableCharDoubleMapFactoryImpl.withAll(CharDoubleMap map) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CharDoubleHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedCharDoubleMap |
A synchronized view of a
MutableCharDoubleMap. |
class |
UnmodifiableCharDoubleMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharDoubleMap |
MutableCharDoubleMapFactoryImpl.ofAll(CharDoubleMap map) |
|
void |
CharDoubleHashMap.putAll(CharDoubleMap map) |
|
void |
SynchronizedCharDoubleMap.putAll(CharDoubleMap map) |
|
void |
UnmodifiableCharDoubleMap.putAll(CharDoubleMap map) |
|
MutableCharDoubleMap |
MutableCharDoubleMapFactoryImpl.withAll(CharDoubleMap map) |
| Constructor | Description |
|---|---|
CharDoubleHashMap(CharDoubleMap map) |
Copyright © 2004–2017. All rights reserved.