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 |
---|---|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.empty() |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.of()
|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.of(short key,
boolean value)
|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.ofAll(ShortBooleanMap map)
|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.with()
|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.with(short key,
boolean value) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactory.withAll(ShortBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.newWithKeyValue(short key,
boolean value) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.newWithoutAllKeys(ShortIterable keys) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.newWithoutKey(short key) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.reject(ShortBooleanPredicate predicate) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMap.select(ShortBooleanPredicate predicate) |
ImmutableShortBooleanMap |
ShortBooleanMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.empty() |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.of() |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.of(short key,
boolean value) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.ofAll(ShortBooleanMap map) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.with() |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.with(short key,
boolean value) |
ImmutableShortBooleanMap |
ImmutableShortBooleanMapFactoryImpl.withAll(ShortBooleanMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortBooleanMap |
SynchronizedShortBooleanMap.toImmutable() |
ImmutableShortBooleanMap |
ShortBooleanHashMap.toImmutable() |
ImmutableShortBooleanMap |
UnmodifiableShortBooleanMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.