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.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortLongMap |
MutableShortLongMapFactory.empty() |
|
MutableShortLongMap |
MutableShortLongMapFactory.of() |
Same as
MutableShortLongMapFactory.empty() . |
MutableShortLongMap |
MutableShortLongMapFactory.ofAll(ShortLongMap map) |
|
MutableShortLongMap |
MutableShortLongMapFactory.with() |
Same as
MutableShortLongMapFactory.empty() . |
MutableShortLongMap |
MutableShortLongMapFactory.withAll(ShortLongMap map) |
Modifier and Type | Method | Description |
---|---|---|
MutableShortLongMap |
MutableShortLongMap.asSynchronized() |
|
MutableShortLongMap |
MutableShortLongMap.asUnmodifiable() |
|
MutableShortLongMap |
MutableShortLongMap.reject(ShortLongPredicate predicate) |
|
MutableShortLongMap |
MutableShortLongMap.select(ShortLongPredicate predicate) |
|
MutableShortLongMap |
MutableShortLongMap.withKeyValue(short key,
long value) |
|
MutableShortLongMap |
MutableShortLongMap.withoutAllKeys(ShortIterable keys) |
|
MutableShortLongMap |
MutableShortLongMap.withoutKey(short key) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortLongHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortLongMap |
A synchronized view of a
MutableShortLongMap . |
class |
UnmodifiableShortLongMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortLongMap |
ShortLongHashMap.asSynchronized() |
|
MutableShortLongMap |
SynchronizedShortLongMap.asSynchronized() |
|
MutableShortLongMap |
UnmodifiableShortLongMap.asSynchronized() |
|
MutableShortLongMap |
ShortLongHashMap.asUnmodifiable() |
|
MutableShortLongMap |
SynchronizedShortLongMap.asUnmodifiable() |
|
MutableShortLongMap |
UnmodifiableShortLongMap.asUnmodifiable() |
|
MutableShortLongMap |
MutableShortLongMapFactoryImpl.empty() |
|
MutableShortLongMap |
MutableShortLongMapFactoryImpl.of() |
|
MutableShortLongMap |
MutableShortLongMapFactoryImpl.ofAll(ShortLongMap map) |
|
MutableShortLongMap |
SynchronizedShortLongMap.reject(ShortLongPredicate predicate) |
|
MutableShortLongMap |
UnmodifiableShortLongMap.reject(ShortLongPredicate predicate) |
|
MutableShortLongMap |
SynchronizedShortLongMap.select(ShortLongPredicate predicate) |
|
MutableShortLongMap |
UnmodifiableShortLongMap.select(ShortLongPredicate predicate) |
|
MutableShortLongMap |
MutableShortLongMapFactoryImpl.with() |
|
MutableShortLongMap |
MutableShortLongMapFactoryImpl.withAll(ShortLongMap map) |
|
MutableShortLongMap |
SynchronizedShortLongMap.withKeyValue(short key,
long value) |
|
MutableShortLongMap |
UnmodifiableShortLongMap.withKeyValue(short key,
long value) |
|
MutableShortLongMap |
SynchronizedShortLongMap.withoutAllKeys(ShortIterable keys) |
|
MutableShortLongMap |
UnmodifiableShortLongMap.withoutAllKeys(ShortIterable keys) |
|
MutableShortLongMap |
SynchronizedShortLongMap.withoutKey(short key) |
|
MutableShortLongMap |
UnmodifiableShortLongMap.withoutKey(short key) |
Constructor | Description |
---|---|
SynchronizedShortLongMap(MutableShortLongMap map) |
|
SynchronizedShortLongMap(MutableShortLongMap map,
Object newLock) |
|
UnmodifiableShortLongMap(MutableShortLongMap map) |
Copyright © 2004–2017. All rights reserved.