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 and Description |
---|---|
MutableShortShortMap |
MutableShortShortMapFactory.empty() |
MutableShortShortMap |
MutableShortShortMapFactory.of()
Same as
MutableShortShortMapFactory.empty() . |
MutableShortShortMap |
MutableShortShortMapFactory.ofAll(ShortShortMap map)
|
MutableShortShortMap |
MutableShortShortMapFactory.with()
Same as
MutableShortShortMapFactory.empty() . |
MutableShortShortMap |
MutableShortShortMapFactory.withAll(ShortShortMap map) |
Modifier and Type | Method and Description |
---|---|
MutableShortShortMap |
MutableShortShortMap.asSynchronized() |
MutableShortShortMap |
MutableShortShortMap.asUnmodifiable() |
MutableShortShortMap |
MutableShortShortMap.reject(ShortShortPredicate predicate) |
MutableShortShortMap |
MutableShortShortMap.select(ShortShortPredicate predicate) |
MutableShortShortMap |
MutableShortShortMap.withKeyValue(short key,
short value) |
MutableShortShortMap |
MutableShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
MutableShortShortMap.withoutKey(short key) |
Modifier and Type | Class and Description |
---|---|
class |
ShortShortHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortShortMap
A synchronized view of a
MutableShortShortMap . |
class |
UnmodifiableShortShortMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortShortMap |
UnmodifiableShortShortMap.asSynchronized() |
MutableShortShortMap |
SynchronizedShortShortMap.asSynchronized() |
MutableShortShortMap |
ShortShortHashMap.asSynchronized() |
MutableShortShortMap |
UnmodifiableShortShortMap.asUnmodifiable() |
MutableShortShortMap |
SynchronizedShortShortMap.asUnmodifiable() |
MutableShortShortMap |
ShortShortHashMap.asUnmodifiable() |
MutableShortShortMap |
MutableShortShortMapFactoryImpl.empty() |
MutableShortShortMap |
MutableShortShortMapFactoryImpl.of() |
MutableShortShortMap |
MutableShortShortMapFactoryImpl.ofAll(ShortShortMap map) |
MutableShortShortMap |
UnmodifiableShortShortMap.reject(ShortShortPredicate predicate) |
MutableShortShortMap |
SynchronizedShortShortMap.reject(ShortShortPredicate predicate) |
MutableShortShortMap |
UnmodifiableShortShortMap.select(ShortShortPredicate predicate) |
MutableShortShortMap |
SynchronizedShortShortMap.select(ShortShortPredicate predicate) |
MutableShortShortMap |
MutableShortShortMapFactoryImpl.with() |
MutableShortShortMap |
MutableShortShortMapFactoryImpl.withAll(ShortShortMap map) |
MutableShortShortMap |
UnmodifiableShortShortMap.withKeyValue(short key,
short value) |
MutableShortShortMap |
SynchronizedShortShortMap.withKeyValue(short key,
short value) |
MutableShortShortMap |
UnmodifiableShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
SynchronizedShortShortMap.withoutAllKeys(ShortIterable keys) |
MutableShortShortMap |
UnmodifiableShortShortMap.withoutKey(short key) |
MutableShortShortMap |
SynchronizedShortShortMap.withoutKey(short key) |
Copyright © 2004–2016. All rights reserved.