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 |
---|---|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.empty() |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.of()
Same as
ImmutableIntShortMapFactory.empty() . |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.of(int key,
short value)
|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.ofAll(IntShortMap map)
|
ImmutableIntShortMap |
ImmutableIntShortMapFactory.with()
Same as
ImmutableIntShortMapFactory.empty() . |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.with(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMapFactory.withAll(IntShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntShortMap |
ImmutableIntShortMap.newWithKeyValue(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMap.newWithoutAllKeys(IntIterable keys) |
ImmutableIntShortMap |
ImmutableIntShortMap.newWithoutKey(int key) |
ImmutableIntShortMap |
ImmutableIntShortMap.reject(IntShortPredicate predicate) |
ImmutableIntShortMap |
ImmutableIntShortMap.select(IntShortPredicate predicate) |
ImmutableIntShortMap |
IntShortMap.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.empty() |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.of() |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.of(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.ofAll(IntShortMap map) |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.with() |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.with(int key,
short value) |
ImmutableIntShortMap |
ImmutableIntShortMapFactoryImpl.withAll(IntShortMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableIntShortMap |
SynchronizedIntShortMap.toImmutable() |
ImmutableIntShortMap |
IntShortHashMap.toImmutable() |
ImmutableIntShortMap |
UnmodifiableIntShortMap.toImmutable() |
Copyright © 2004–2016. All rights reserved.