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