| 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 |
|---|---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.ofAll(CharBooleanMap map) |
|
MutableCharBooleanMap |
MutableCharBooleanMapFactory.ofAll(CharBooleanMap map) |
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactory.withAll(CharBooleanMap map) |
|
MutableCharBooleanMap |
MutableCharBooleanMapFactory.withAll(CharBooleanMap map) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableCharBooleanMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharBooleanMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
CharBooleanMap |
CharBooleanMap.reject(CharBooleanPredicate predicate) |
|
CharBooleanMap |
CharBooleanMap.select(CharBooleanPredicate predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutableCharBooleanMap.putAll(CharBooleanMap map) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.ofAll(CharBooleanMap map) |
|
ImmutableCharBooleanMap |
ImmutableCharBooleanMapFactoryImpl.withAll(CharBooleanMap map) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CharBooleanHashMap |
This file was automatically generated from template file primitiveBooleanHashMap.stg.
|
class |
SynchronizedCharBooleanMap |
A synchronized view of a
MutableCharBooleanMap. |
class |
UnmodifiableCharBooleanMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.ofAll(CharBooleanMap map) |
|
void |
CharBooleanHashMap.putAll(CharBooleanMap map) |
|
void |
SynchronizedCharBooleanMap.putAll(CharBooleanMap map) |
|
void |
UnmodifiableCharBooleanMap.putAll(CharBooleanMap map) |
|
MutableCharBooleanMap |
MutableCharBooleanMapFactoryImpl.withAll(CharBooleanMap map) |
| Constructor | Description |
|---|---|
CharBooleanHashMap(CharBooleanMap map) |
Copyright © 2004–2018. All rights reserved.