| 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() |
<T> ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactory.from(Iterable<T> iterable,
LongFunction<? super T> keyFunction,
BooleanFunction<? super T> valueFunction)
Creates an
ImmutableLongBooleanMap from an Iterable<T> by applying keyFunction and valueFunction. |
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–2019. All rights reserved.