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 |
---|---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactory.empty() |
|
<T> ImmutableByteByteMap |
ImmutableByteByteMapFactory.from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableByteByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
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 | Description |
---|---|---|
ImmutableByteByteMap |
ImmutableByteByteMap.flipUniqueValues() |
|
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 | Description |
---|---|---|
ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.empty() |
|
<T> ImmutableByteByteMap |
ImmutableByteByteMapFactoryImpl.from(Iterable<T> iterable,
ByteFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
|
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 | Description |
---|---|---|
ImmutableByteByteMap |
ByteByteHashMap.toImmutable() |
|
ImmutableByteByteMap |
SynchronizedByteByteMap.toImmutable() |
|
ImmutableByteByteMap |
UnmodifiableByteByteMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.