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 and Description |
---|---|
ImmutableCharByteMap |
ImmutableCharByteMapFactory.empty() |
ImmutableCharByteMap |
ImmutableCharByteMapFactory.of()
Same as
ImmutableCharByteMapFactory.empty() . |
ImmutableCharByteMap |
ImmutableCharByteMapFactory.of(char key,
byte value)
|
ImmutableCharByteMap |
ImmutableCharByteMapFactory.ofAll(CharByteMap map)
|
ImmutableCharByteMap |
ImmutableCharByteMapFactory.with()
Same as
ImmutableCharByteMapFactory.empty() . |
ImmutableCharByteMap |
ImmutableCharByteMapFactory.with(char key,
byte value) |
ImmutableCharByteMap |
ImmutableCharByteMapFactory.withAll(CharByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharByteMap |
ImmutableCharByteMap.newWithKeyValue(char key,
byte value) |
ImmutableCharByteMap |
ImmutableCharByteMap.newWithoutAllKeys(CharIterable keys) |
ImmutableCharByteMap |
ImmutableCharByteMap.newWithoutKey(char key) |
ImmutableCharByteMap |
ImmutableCharByteMap.reject(CharBytePredicate predicate) |
ImmutableCharByteMap |
ImmutableCharByteMap.select(CharBytePredicate predicate) |
ImmutableCharByteMap |
CharByteMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.empty() |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.of() |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.of(char key,
byte value) |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.ofAll(CharByteMap map) |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.with() |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.with(char key,
byte value) |
ImmutableCharByteMap |
ImmutableCharByteMapFactoryImpl.withAll(CharByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableCharByteMap |
CharByteHashMap.toImmutable() |
ImmutableCharByteMap |
UnmodifiableCharByteMap.toImmutable() |
ImmutableCharByteMap |
SynchronizedCharByteMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.