| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteCharMap |
ImmutableByteCharMapFactory.empty() |
ImmutableByteCharMap |
ImmutableByteCharMapFactory.of()
Same as
ImmutableByteCharMapFactory.empty(). |
ImmutableByteCharMap |
ImmutableByteCharMapFactory.of(byte key,
char value)
|
ImmutableByteCharMap |
ImmutableByteCharMapFactory.ofAll(ByteCharMap map)
|
ImmutableByteCharMap |
ImmutableByteCharMapFactory.with()
Same as
ImmutableByteCharMapFactory.empty(). |
ImmutableByteCharMap |
ImmutableByteCharMapFactory.with(byte key,
char value) |
ImmutableByteCharMap |
ImmutableByteCharMapFactory.withAll(ByteCharMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteCharMap |
ImmutableCharByteMap.flipUniqueValues() |
ImmutableByteCharMap |
ImmutableByteCharMap.newWithKeyValue(byte key,
char value) |
ImmutableByteCharMap |
ImmutableByteCharMap.newWithoutAllKeys(ByteIterable keys) |
ImmutableByteCharMap |
ImmutableByteCharMap.newWithoutKey(byte key) |
ImmutableByteCharMap |
ImmutableByteCharMap.reject(ByteCharPredicate predicate) |
ImmutableByteCharMap |
ImmutableByteCharMap.select(ByteCharPredicate predicate) |
ImmutableByteCharMap |
ByteCharMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.