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 |
---|---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.empty() |
|
<T> ImmutableLongByteMap |
ImmutableLongByteMapFactory.from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableLongByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.of() |
Same as
ImmutableLongByteMapFactory.empty() . |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.of(long key,
byte value) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.ofAll(LongByteMap map) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.with() |
Same as
ImmutableLongByteMapFactory.empty() . |
ImmutableLongByteMap |
ImmutableLongByteMapFactory.with(long key,
byte value) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactory.withAll(LongByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongByteMap |
ImmutableByteLongMap.flipUniqueValues() |
|
ImmutableLongByteMap |
ImmutableLongByteMap.newWithKeyValue(long key,
byte value) |
|
ImmutableLongByteMap |
ImmutableLongByteMap.newWithoutAllKeys(LongIterable keys) |
|
ImmutableLongByteMap |
ImmutableLongByteMap.newWithoutKey(long key) |
|
ImmutableLongByteMap |
ImmutableLongByteMap.reject(LongBytePredicate predicate) |
|
ImmutableLongByteMap |
ImmutableLongByteMap.select(LongBytePredicate predicate) |
|
ImmutableLongByteMap |
LongByteMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.empty() |
|
<T> ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.of() |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.of(long key,
byte value) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.ofAll(LongByteMap map) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.with() |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.with(long key,
byte value) |
|
ImmutableLongByteMap |
ImmutableLongByteMapFactoryImpl.withAll(LongByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongByteMap |
LongByteHashMap.toImmutable() |
|
ImmutableLongByteMap |
SynchronizedLongByteMap.toImmutable() |
|
ImmutableLongByteMap |
UnmodifiableLongByteMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.