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 |
---|---|---|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.empty() |
|
<T,V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.from(java.lang.Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
Creates an
ImmutableShortObjectMap from an Iterable<T> by applying keyFunction and valueFunction . |
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.of() |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.of(short key,
V value) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.ofAll(ShortObjectMap<? extends V> map) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.with() |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.with(short key,
V value) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.withAll(ShortObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortObjectMap<K> |
ImmutableObjectShortMap.flipUniqueValues() |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithKeyValue(short key,
V value) |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithoutAllKeys(ShortIterable keys) |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.newWithoutKey(short key) |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.reject(ShortObjectPredicate<? super V> predicate) |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.select(ShortObjectPredicate<? super V> predicate) |
|
ImmutableShortObjectMap<V> |
ImmutableShortObjectMap.tap(Procedure<? super V> procedure) |
|
ImmutableShortObjectMap<V> |
ShortObjectMap.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableShortObjectMap<V> |
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.empty() |
|
<T,V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.from(java.lang.Iterable<T> iterable,
ShortFunction<? super T> keyFunction,
Function<? super T,? extends V> valueFunction) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.of() |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.of(short key,
V value) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.ofAll(ShortObjectMap<? extends V> map) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.with() |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.with(short key,
V value) |
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.withAll(ShortObjectMap<? extends V> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortObjectMap<V> |
ShortObjectHashMap.toImmutable() |
|
ImmutableShortObjectMap<V> |
SynchronizedShortObjectMap.toImmutable() |
|
ImmutableShortObjectMap<V> |
UnmodifiableShortObjectMap.toImmutable() |
Copyright © 2004–2020. All rights reserved.