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 |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.empty() |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.of() |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.of(long key,
boolean value) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.ofAll(LongBooleanMap map) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.with() |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.with(long key,
boolean value) |
ImmutableLongBooleanMap |
ImmutableLongBooleanMapFactoryImpl.withAll(LongBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongBooleanMap |
SynchronizedLongBooleanMap.toImmutable() |
ImmutableLongBooleanMap |
LongBooleanHashMap.toImmutable() |
ImmutableLongBooleanMap |
UnmodifiableLongBooleanMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.