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 |
---|---|
ImmutableShortIntMap |
ImmutableShortIntMapFactory.ofAll(ShortIntMap map)
|
MutableShortIntMap |
MutableShortIntMapFactory.ofAll(ShortIntMap map)
|
ImmutableShortIntMap |
ImmutableShortIntMapFactory.withAll(ShortIntMap map) |
MutableShortIntMap |
MutableShortIntMapFactory.withAll(ShortIntMap map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableShortIntMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortIntMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
ShortIntMap |
ShortIntMap.reject(ShortIntPredicate predicate) |
ShortIntMap |
ShortIntMap.select(ShortIntPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableShortIntMap.putAll(ShortIntMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableShortIntMap |
ImmutableShortIntMapFactoryImpl.ofAll(ShortIntMap map) |
ImmutableShortIntMap |
ImmutableShortIntMapFactoryImpl.withAll(ShortIntMap map) |
Modifier and Type | Class and Description |
---|---|
class |
ShortIntHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortIntMap
A synchronized view of a
MutableShortIntMap . |
class |
UnmodifiableShortIntMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableShortIntMap |
MutableShortIntMapFactoryImpl.ofAll(ShortIntMap map) |
void |
SynchronizedShortIntMap.putAll(ShortIntMap map) |
void |
UnmodifiableShortIntMap.putAll(ShortIntMap map) |
void |
ShortIntHashMap.putAll(ShortIntMap map) |
MutableShortIntMap |
MutableShortIntMapFactoryImpl.withAll(ShortIntMap map) |
Constructor and Description |
---|
ShortIntHashMap(ShortIntMap map) |
Copyright © 2004–2016. All rights reserved.