| 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 |
|---|---|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.empty() |
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.of()
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.of(byte key,
double value)
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.ofAll(ByteDoubleMap map)
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.with()
|
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.with(byte key,
double value) |
ImmutableByteDoubleMap |
ImmutableByteDoubleMapFactory.withAll(ByteDoubleMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteDoubleMap |
ImmutableDoubleByteMap.flipUniqueValues() |
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.newWithKeyValue(byte key,
double value) |
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.newWithoutAllKeys(ByteIterable keys) |
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.newWithoutKey(byte key) |
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.reject(ByteDoublePredicate predicate) |
ImmutableByteDoubleMap |
ImmutableByteDoubleMap.select(ByteDoublePredicate predicate) |
ImmutableByteDoubleMap |
ByteDoubleMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.