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.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
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 |
---|---|---|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.empty() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.of() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.of(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.ofAll(ObjectShortMap<? extends K> map) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.with() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.with(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactory.withAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.newWithKeyValue(K key,
short value) |
|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.newWithoutAllKeys(Iterable<? extends K> keys) |
|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.newWithoutKey(K key) |
|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.reject(ObjectShortPredicate<? super K> predicate) |
|
ImmutableObjectShortMap<K> |
ImmutableObjectShortMap.select(ObjectShortPredicate<? super K> predicate) |
|
ImmutableObjectShortMap<K> |
ObjectShortMap.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableObjectShortMap<V> |
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.empty() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.of() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.of(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.ofAll(ObjectShortMap<? extends K> map) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.with() |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.with(K key,
short value) |
|
<K> ImmutableObjectShortMap<K> |
ImmutableObjectShortMapFactoryImpl.withAll(ObjectShortMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectShortMap<K> |
ObjectShortHashMap.toImmutable() |
|
ImmutableObjectShortMap<K> |
ObjectShortHashMapWithHashingStrategy.toImmutable() |
|
ImmutableObjectShortMap<K> |
SynchronizedObjectShortMap.toImmutable() |
|
ImmutableObjectShortMap<K> |
UnmodifiableObjectShortMap.toImmutable() |
Copyright © 2004–2017. All rights reserved.