| 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 |
|---|---|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.empty() |
ImmutableShortShortMap |
ImmutableShortShortMapFactory.of()
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.of(short key,
short value)
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.ofAll(ShortShortMap map)
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.with()
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.with(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMapFactory.withAll(ShortShortMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortShortMap |
ImmutableShortShortMap.flipUniqueValues() |
ImmutableShortShortMap |
ImmutableShortShortMap.newWithKeyValue(short key,
short value) |
ImmutableShortShortMap |
ImmutableShortShortMap.newWithoutAllKeys(ShortIterable keys) |
ImmutableShortShortMap |
ImmutableShortShortMap.newWithoutKey(short key) |
ImmutableShortShortMap |
ImmutableShortShortMap.reject(ShortShortPredicate predicate) |
ImmutableShortShortMap |
ImmutableShortShortMap.select(ShortShortPredicate predicate) |
ImmutableShortShortMap |
ShortShortMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.