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 |
---|---|---|
MutableShortByteMap |
MutableShortByteMapFactory.empty() |
|
<T> MutableShortByteMap |
MutableShortByteMapFactory.from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
Creates an
MutableShortByteMap from an Iterable<T> by applying keyFunction and valueFunction . |
MutableShortByteMap |
MutableShortByteMapFactory.of() |
Same as
MutableShortByteMapFactory.empty() . |
MutableShortByteMap |
MutableShortByteMapFactory.ofAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactory.ofInitialCapacity(int capacity) |
Same as
MutableShortByteMapFactory.empty() . |
MutableShortByteMap |
MutableShortByteMapFactory.with() |
Same as
MutableShortByteMapFactory.empty() . |
MutableShortByteMap |
MutableShortByteMapFactory.withAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactory.withInitialCapacity(int capacity) |
Same as
MutableShortByteMapFactory.empty() . |
Modifier and Type | Method | Description |
---|---|---|
MutableShortByteMap |
MutableShortByteMap.asSynchronized() |
|
MutableShortByteMap |
MutableShortByteMap.asUnmodifiable() |
|
MutableShortByteMap |
MutableByteShortMap.flipUniqueValues() |
|
MutableShortByteMap |
MutableShortByteMap.reject(ShortBytePredicate predicate) |
|
MutableShortByteMap |
MutableShortByteMap.select(ShortBytePredicate predicate) |
|
default MutableShortByteMap |
MutableShortByteMap.withAllKeyValues(Iterable<ShortBytePair> keyValuePairs) |
|
MutableShortByteMap |
MutableShortByteMap.withKeyValue(short key,
byte value) |
|
MutableShortByteMap |
MutableShortByteMap.withoutAllKeys(ShortIterable keys) |
|
MutableShortByteMap |
MutableShortByteMap.withoutKey(short key) |
Modifier and Type | Class | 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 | Description |
---|---|---|
MutableShortByteMap |
ShortByteHashMap.asSynchronized() |
|
MutableShortByteMap |
SynchronizedShortByteMap.asSynchronized() |
|
MutableShortByteMap |
UnmodifiableShortByteMap.asSynchronized() |
|
MutableShortByteMap |
ShortByteHashMap.asUnmodifiable() |
|
MutableShortByteMap |
SynchronizedShortByteMap.asUnmodifiable() |
|
MutableShortByteMap |
UnmodifiableShortByteMap.asUnmodifiable() |
|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.empty() |
|
MutableShortByteMap |
ByteShortHashMap.flipUniqueValues() |
|
MutableShortByteMap |
SynchronizedByteShortMap.flipUniqueValues() |
|
MutableShortByteMap |
UnmodifiableByteShortMap.flipUniqueValues() |
|
<T> MutableShortByteMap |
MutableShortByteMapFactoryImpl.from(Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
ByteFunction<? super T> valueFunction) |
|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.of() |
|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.ofAll(ShortByteMap map) |
|
MutableShortByteMap |
MutableShortByteMapFactoryImpl.ofInitialCapacity(int capacity) |
|
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 |
MutableShortByteMapFactoryImpl.withInitialCapacity(int capacity) |
|
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) |
Constructor | Description |
---|---|
SynchronizedShortByteMap(MutableShortByteMap map) |
|
SynchronizedShortByteMap(MutableShortByteMap map,
Object newLock) |
|
UnmodifiableShortByteMap(MutableShortByteMap map) |
Copyright © 2004–2019. All rights reserved.