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 |
---|---|---|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.ofAll(ShortShortMap map) |
|
MutableShortShortMap |
MutableShortShortMapFactory.ofAll(ShortShortMap map) |
|
ImmutableShortShortMap |
ImmutableShortShortMapFactory.withAll(ShortShortMap map) |
|
MutableShortShortMap |
MutableShortShortMapFactory.withAll(ShortShortMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableShortShortMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortShortMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
ShortShortMap |
ShortShortMap.reject(ShortShortPredicate predicate) |
|
ShortShortMap |
ShortShortMap.select(ShortShortPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableShortShortMap.putAll(ShortShortMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.ofAll(ShortShortMap map) |
|
ImmutableShortShortMap |
ImmutableShortShortMapFactoryImpl.withAll(ShortShortMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
ShortShortHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortShortMap |
A synchronized view of a
MutableShortShortMap . |
class |
UnmodifiableShortShortMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableShortShortMap |
MutableShortShortMapFactoryImpl.ofAll(ShortShortMap map) |
|
void |
ShortShortHashMap.putAll(ShortShortMap map) |
|
void |
SynchronizedShortShortMap.putAll(ShortShortMap map) |
|
void |
UnmodifiableShortShortMap.putAll(ShortShortMap map) |
|
MutableShortShortMap |
MutableShortShortMapFactoryImpl.withAll(ShortShortMap map) |
Constructor | Description |
---|---|
ShortShortHashMap(ShortShortMap map) |
Copyright © 2004–2017. All rights reserved.