| 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 |
|---|---|---|
ImmutableIntCharMap |
ImmutableIntCharMapFactory.ofAll(IntCharMap map) |
|
MutableIntCharMap |
MutableIntCharMapFactory.ofAll(IntCharMap map) |
|
ImmutableIntCharMap |
ImmutableIntCharMapFactory.withAll(IntCharMap map) |
|
MutableIntCharMap |
MutableIntCharMapFactory.withAll(IntCharMap map) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableIntCharMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntCharMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
IntCharMap |
CharIntMap.flipUniqueValues() |
Return the IntCharMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
IntCharMap |
IntCharMap.reject(IntCharPredicate predicate) |
|
IntCharMap |
IntCharMap.select(IntCharPredicate predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutableIntCharMap.putAll(IntCharMap map) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntCharMap |
ImmutableIntCharMapFactoryImpl.ofAll(IntCharMap map) |
|
ImmutableIntCharMap |
ImmutableIntCharMapFactoryImpl.withAll(IntCharMap map) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IntCharHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedIntCharMap |
A synchronized view of a
MutableIntCharMap. |
class |
UnmodifiableIntCharMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableIntCharMap |
MutableIntCharMapFactoryImpl.ofAll(IntCharMap map) |
|
void |
IntCharHashMap.putAll(IntCharMap map) |
|
void |
SynchronizedIntCharMap.putAll(IntCharMap map) |
|
void |
UnmodifiableIntCharMap.putAll(IntCharMap map) |
|
MutableIntCharMap |
MutableIntCharMapFactoryImpl.withAll(IntCharMap map) |
| Constructor | Description |
|---|---|
IntCharHashMap(IntCharMap map) |
Copyright © 2004–2018. All rights reserved.