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 and Description |
---|---|
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.ofAll(ShortObjectMap<? extends V> map)
|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.ofAll(ShortObjectMap<? extends V> map)
|
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactory.withAll(ShortObjectMap<? extends V> map) |
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactory.withAll(ShortObjectMap<? extends V> map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
MutableShortObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ShortObjectMap<V> |
ShortObjectMap.reject(ShortObjectPredicate<? super V> predicate) |
ShortObjectMap<V> |
ShortObjectMap.select(ShortObjectPredicate<? super V> predicate) |
ShortObjectMap<V> |
ShortObjectMap.tap(Procedure<? super V> procedure) |
Modifier and Type | Method and Description |
---|---|
void |
MutableShortObjectMap.putAll(ShortObjectMap<? extends V> map) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableShortObjectMap<V>
This file was automatically generated from template file abstractImmutablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.ofAll(ShortObjectMap<? extends V> map) |
<V> ImmutableShortObjectMap<V> |
ImmutableShortObjectMapFactoryImpl.withAll(ShortObjectMap<? extends V> map) |
Modifier and Type | Class and Description |
---|---|
class |
ShortObjectHashMap<V>
This file was automatically generated from template file primitiveObjectHashMap.stg.
|
class |
SynchronizedShortObjectMap<V>
A synchronized view of a
MutableShortObjectMap . |
class |
UnmodifiableShortObjectMap<V>
This file was automatically generated from template file unmodifiablePrimitiveObjectMap.stg.
|
Modifier and Type | Method and Description |
---|---|
static <V> ShortObjectHashMap<V> |
ShortObjectHashMap.newMap(ShortObjectMap<? extends V> map) |
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactoryImpl.ofAll(ShortObjectMap<? extends V> map) |
void |
ShortObjectHashMap.putAll(ShortObjectMap<? extends V> map) |
void |
UnmodifiableShortObjectMap.putAll(ShortObjectMap<? extends V> map) |
void |
SynchronizedShortObjectMap.putAll(ShortObjectMap<? extends V> map) |
<V> MutableShortObjectMap<V> |
MutableShortObjectMapFactoryImpl.withAll(ShortObjectMap<? extends V> map) |
Constructor and Description |
---|
ShortObjectHashMap(ShortObjectMap<? extends V> map) |
Copyright © 2004–2016. All rights reserved.