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.
|
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.empty() |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.of() |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.of(int key,
boolean value) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.ofAll(IntBooleanMap map) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.with() |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.with(int key,
boolean value) |
ImmutableIntBooleanMap |
ImmutableIntBooleanMapFactoryImpl.withAll(IntBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntBooleanMap |
UnmodifiableIntBooleanMap.toImmutable() |
ImmutableIntBooleanMap |
IntBooleanHashMap.toImmutable() |
ImmutableIntBooleanMap |
SynchronizedIntBooleanMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.