| 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 |
|---|---|
MutableShortFloatMap |
MutableShortFloatMapFactory.ofAll(ShortFloatMap map)
|
ImmutableShortFloatMap |
ImmutableShortFloatMapFactory.ofAll(ShortFloatMap map)
|
MutableShortFloatMap |
MutableShortFloatMapFactory.withAll(ShortFloatMap map) |
ImmutableShortFloatMap |
ImmutableShortFloatMapFactory.withAll(ShortFloatMap map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableShortFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableShortFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
ShortFloatMap |
ShortFloatMap.reject(ShortFloatPredicate predicate) |
ShortFloatMap |
ShortFloatMap.select(ShortFloatPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableShortFloatMap.putAll(ShortFloatMap map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortFloatMap |
ImmutableShortFloatMapFactoryImpl.ofAll(ShortFloatMap map) |
ImmutableShortFloatMap |
ImmutableShortFloatMapFactoryImpl.withAll(ShortFloatMap map) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShortFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedShortFloatMap
A synchronized view of a
MutableShortFloatMap. |
class |
UnmodifiableShortFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
MutableShortFloatMap |
MutableShortFloatMapFactoryImpl.ofAll(ShortFloatMap map) |
void |
ShortFloatHashMap.putAll(ShortFloatMap map) |
void |
SynchronizedShortFloatMap.putAll(ShortFloatMap map) |
void |
UnmodifiableShortFloatMap.putAll(ShortFloatMap map) |
MutableShortFloatMap |
MutableShortFloatMapFactoryImpl.withAll(ShortFloatMap map) |
| Constructor and Description |
|---|
ShortFloatHashMap(ShortFloatMap map) |
Copyright © 2004–2016. All rights reserved.