| 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 |
|---|---|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.empty() |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.of()
|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.of(long key,
boolean value)
|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.ofAll(LongBooleanMap map)
|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.with()
|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.with(long key,
boolean value) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.withAll(LongBooleanMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBooleanMap |
ImmutableLongBooleanMap.newWithKeyValue(long key,
boolean value) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMap.newWithoutAllKeys(LongIterable keys) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMap.newWithoutKey(long key) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMap.reject(LongBooleanPredicate predicate) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMap.select(LongBooleanPredicate predicate) |
ImmutableLongBooleanMap |
LongBooleanMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.