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 |
---|---|
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 |
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() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.empty() |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.of() |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.of(byte key,
char value) |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.ofAll(ByteCharMap map) |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.with() |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.with(byte key,
char value) |
ImmutableByteCharMap |
ImmutableByteCharMapFactoryImpl.withAll(ByteCharMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteCharMap |
UnmodifiableByteCharMap.toImmutable() |
ImmutableByteCharMap |
SynchronizedByteCharMap.toImmutable() |
ImmutableByteCharMap |
ByteCharHashMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.