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 |
---|---|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactory.empty() |
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 and Description |
---|---|
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 and Description |
---|---|
ImmutableDoubleByteMap |
ImmutableDoubleByteMapFactoryImpl.empty() |
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 and Description |
---|---|
ImmutableDoubleByteMap |
SynchronizedDoubleByteMap.toImmutable() |
ImmutableDoubleByteMap |
DoubleByteHashMap.toImmutable() |
ImmutableDoubleByteMap |
UnmodifiableDoubleByteMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.