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 |
---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.empty() |
ImmutableByteByteMap |
ImmutableByteByteMapFactory.of()
Same as
ImmutableByteByteMapFactory.empty() . |
ImmutableByteByteMap |
ImmutableByteByteMapFactory.of(byte key,
byte value)
|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.ofAll(ByteByteMap map)
|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.with()
Same as
ImmutableByteByteMapFactory.empty() . |
ImmutableByteByteMap |
ImmutableByteByteMapFactory.with(byte key,
byte value) |
ImmutableByteByteMap |
ImmutableByteByteMapFactory.withAll(ByteByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteByteMap |
ImmutableByteByteMap.newWithKeyValue(byte key,
byte value) |
ImmutableByteByteMap |
ImmutableByteByteMap.newWithoutAllKeys(ByteIterable keys) |
ImmutableByteByteMap |
ImmutableByteByteMap.newWithoutKey(byte key) |
ImmutableByteByteMap |
ImmutableByteByteMap.reject(ByteBytePredicate predicate) |
ImmutableByteByteMap |
ImmutableByteByteMap.select(ByteBytePredicate predicate) |
ImmutableByteByteMap |
ByteByteMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.empty() |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.of() |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.of(byte key,
byte value) |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.ofAll(ByteByteMap map) |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.with() |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.with(byte key,
byte value) |
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.withAll(ByteByteMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteByteMap |
ByteByteHashMap.toImmutable() |
ImmutableByteByteMap |
UnmodifiableByteByteMap.toImmutable() |
ImmutableByteByteMap |
SynchronizedByteByteMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.