| 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 |
|---|---|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.empty() |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.of()
|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.of(int key,
boolean value)
|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.ofAll(IntBooleanMap map)
|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.with()
|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.with(int key,
boolean value) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactory.withAll(IntBooleanMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBooleanMap |
ImmutableIntBooleanMap.newWithKeyValue(int key,
boolean value) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMap.newWithoutKey(int key) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMap.reject(IntBooleanPredicate predicate) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMap.select(IntBooleanPredicate predicate) |
ImmutableIntBooleanMap |
IntBooleanMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.