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 |
---|---|---|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.empty() |
|
<T> ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
ImmutableDoubleByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.of() |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.of(double key,
byte value) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.ofAll(DoubleByteMap map) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.with() |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.with(double key,
byte value) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.withAll(DoubleByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleByteMap |
ImmutableByteDoubleMap.flipUniqueValues() |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMap.newWithKeyValue(double key,
byte value) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMap.newWithoutAllKeys(DoubleIterable keys) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMap.newWithoutKey(double key) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMap.reject(DoubleBytePredicate predicate) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMap.select(DoubleBytePredicate predicate) |
|
ImmutableDoubleByteMap |
DoubleByteMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.empty() |
|
<T> ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.from(Iterable<T> iterable,
DoubleFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.of() |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.of(double key,
byte value) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.ofAll(DoubleByteMap map) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.with() |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.with(double key,
byte value) |
|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.withAll(DoubleByteMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleByteMap |
DoubleByteHashMap.toImmutable() |
|
ImmutableDoubleByteMap |
SynchronizedDoubleByteMap.toImmutable() |
|
ImmutableDoubleByteMap |
UnmodifiableDoubleByteMap.toImmutable() |
Copyright © 2004–2019. All rights reserved.