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 |
---|---|
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactory.empty() |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactory.of()
Same as
MutableObjectShortMapFactory.empty() . |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactory.ofAll(ObjectShortMap<? extends K> map)
|
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactory.with()
Same as
MutableObjectShortMapFactory.empty() . |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactory.withAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Method and Description |
---|---|
MutableObjectShortMap<K> |
MutableObjectShortMap.asSynchronized() |
MutableObjectShortMap<K> |
MutableObjectShortMap.asUnmodifiable() |
MutableObjectShortMap<K> |
MutableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
MutableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
MutableObjectShortMap.withKeyValue(K key,
short value) |
MutableObjectShortMap<K> |
MutableObjectShortMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectShortMap<K> |
MutableObjectShortMap.withoutKey(K key) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectShortHashMap<K>
This file was automatically generated from template file objectPrimitiveHashMap.stg.
|
class |
ObjectShortHashMapWithHashingStrategy<K>
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.
|
class |
SynchronizedObjectShortMap<K>
A synchronized view of a
MutableObjectShortMap . |
class |
UnmodifiableObjectShortMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableObjectShortMap<K> |
ObjectShortHashMap.asSynchronized() |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.asSynchronized() |
MutableObjectShortMap<K> |
ObjectShortHashMapWithHashingStrategy.asSynchronized() |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.asSynchronized() |
MutableObjectShortMap<K> |
ObjectShortHashMap.asUnmodifiable() |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.asUnmodifiable() |
MutableObjectShortMap<K> |
ObjectShortHashMapWithHashingStrategy.asUnmodifiable() |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.asUnmodifiable() |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactoryImpl.empty() |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactoryImpl.of() |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactoryImpl.ofAll(ObjectShortMap<? extends K> map) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactoryImpl.with() |
<K> MutableObjectShortMap<K> |
MutableObjectShortMapFactoryImpl.withAll(ObjectShortMap<? extends K> map) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.withKeyValue(K key,
short value) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.withKeyValue(K key,
short value) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectShortMap<K> |
SynchronizedObjectShortMap.withoutKey(K key) |
MutableObjectShortMap<K> |
UnmodifiableObjectShortMap.withoutKey(K key) |
Copyright © 2004–2016. All rights reserved.