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 |
---|---|
MutableShortCharMap |
MutableShortCharMapFactory.ofAll(ShortCharMap map)
|
ImmutableShortCharMap |
ImmutableShortCharMapFactory.ofAll(ShortCharMap map)
|
MutableShortCharMap |
MutableShortCharMapFactory.withAll(ShortCharMap map) |
ImmutableShortCharMap |
ImmutableShortCharMapFactory.withAll(ShortCharMap map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ShortCharMap |
ShortCharMap.reject(ShortCharPredicate predicate) |
ShortCharMap |
ShortCharMap.select(ShortCharPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableShortCharMap.putAll(ShortCharMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.ofAll(ShortCharMap map) |
ImmutableShortCharMap |
ImmutableShortCharMapFactoryImpl.withAll(ShortCharMap map) |
Modifier and Type | Class and Description |
---|---|
class |
ShortCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortCharMap
A synchronized view of a
MutableShortCharMap . |
class |
UnmodifiableShortCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortCharMap |
MutableShortCharMapFactoryImpl.ofAll(ShortCharMap map) |
void |
SynchronizedShortCharMap.putAll(ShortCharMap map) |
void |
ShortCharHashMap.putAll(ShortCharMap map) |
void |
UnmodifiableShortCharMap.putAll(ShortCharMap map) |
MutableShortCharMap |
MutableShortCharMapFactoryImpl.withAll(ShortCharMap map) |
Constructor and Description |
---|
ShortCharHashMap(ShortCharMap map) |
Copyright © 2004–2016. All rights reserved.