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 |
---|---|
MutableShortByteMap |
MutableShortByteMapFactory.empty() |
MutableShortByteMap |
MutableShortByteMapFactory.of()
Same as
MutableShortByteMapFactory.empty() . |
MutableShortByteMap |
MutableShortByteMapFactory.ofAll(ShortByteMap map)
|
MutableShortByteMap |
MutableShortByteMapFactory.with()
Same as
MutableShortByteMapFactory.empty() . |
MutableShortByteMap |
MutableShortByteMapFactory.withAll(ShortByteMap map) |
Modifier and Type | Method and Description |
---|---|
MutableShortByteMap |
MutableShortByteMap.asSynchronized() |
MutableShortByteMap |
MutableShortByteMap.asUnmodifiable() |
MutableShortByteMap |
MutableShortByteMap.reject(ShortBytePredicate predicate) |
MutableShortByteMap |
MutableShortByteMap.select(ShortBytePredicate predicate) |
MutableShortByteMap |
MutableShortByteMap.withKeyValue(short key,
byte value) |
MutableShortByteMap |
MutableShortByteMap.withoutAllKeys(ShortIterable keys) |
MutableShortByteMap |
MutableShortByteMap.withoutKey(short key) |
Modifier and Type | Class and Description |
---|---|
class |
ShortByteHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortByteMap
A synchronized view of a
MutableShortByteMap . |
class |
UnmodifiableShortByteMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortByteMap |
ShortByteHashMap.asSynchronized() |
MutableShortByteMap |
SynchronizedShortByteMap.asSynchronized() |
MutableShortByteMap |
UnmodifiableShortByteMap.asSynchronized() |
MutableShortByteMap |
ShortByteHashMap.asUnmodifiable() |
MutableShortByteMap |
SynchronizedShortByteMap.asUnmodifiable() |
MutableShortByteMap |
UnmodifiableShortByteMap.asUnmodifiable() |
MutableShortByteMap |
MutableShortByteMapFactoryImpl.empty() |
MutableShortByteMap |
MutableShortByteMapFactoryImpl.of() |
MutableShortByteMap |
MutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) |
MutableShortByteMap |
SynchronizedShortByteMap.reject(ShortBytePredicate predicate) |
MutableShortByteMap |
UnmodifiableShortByteMap.reject(ShortBytePredicate predicate) |
MutableShortByteMap |
SynchronizedShortByteMap.select(ShortBytePredicate predicate) |
MutableShortByteMap |
UnmodifiableShortByteMap.select(ShortBytePredicate predicate) |
MutableShortByteMap |
MutableShortByteMapFactoryImpl.with() |
MutableShortByteMap |
MutableShortByteMapFactoryImpl.withAll(ShortByteMap map) |
MutableShortByteMap |
SynchronizedShortByteMap.withKeyValue(short key,
byte value) |
MutableShortByteMap |
UnmodifiableShortByteMap.withKeyValue(short key,
byte value) |
MutableShortByteMap |
SynchronizedShortByteMap.withoutAllKeys(ShortIterable keys) |
MutableShortByteMap |
UnmodifiableShortByteMap.withoutAllKeys(ShortIterable keys) |
MutableShortByteMap |
SynchronizedShortByteMap.withoutKey(short key) |
MutableShortByteMap |
UnmodifiableShortByteMap.withoutKey(short key) |
Copyright © 2004–2016. All rights reserved.