| 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.
|
| 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 |
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() |
Copyright © 2004–2017. All rights reserved.