| 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 |
|---|---|---|
ImmutableFloatLongMap |
ImmutableFloatLongMapFactory.ofAll(FloatLongMap map) |
|
MutableFloatLongMap |
MutableFloatLongMapFactory.ofAll(FloatLongMap map) |
|
ImmutableFloatLongMap |
ImmutableFloatLongMapFactory.withAll(FloatLongMap map) |
|
MutableFloatLongMap |
MutableFloatLongMapFactory.withAll(FloatLongMap map) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ImmutableFloatLongMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatLongMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
FloatLongMap |
LongFloatMap.flipUniqueValues() |
Return the FloatLongMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
FloatLongMap |
FloatLongMap.reject(FloatLongPredicate predicate) |
|
FloatLongMap |
FloatLongMap.select(FloatLongPredicate predicate) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MutableFloatLongMap.putAll(FloatLongMap map) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableFloatLongMap |
ImmutableFloatLongMapFactoryImpl.ofAll(FloatLongMap map) |
|
ImmutableFloatLongMap |
ImmutableFloatLongMapFactoryImpl.withAll(FloatLongMap map) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FloatLongHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedFloatLongMap |
A synchronized view of a
MutableFloatLongMap. |
class |
UnmodifiableFloatLongMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.ofAll(FloatLongMap map) |
|
void |
FloatLongHashMap.putAll(FloatLongMap map) |
|
void |
SynchronizedFloatLongMap.putAll(FloatLongMap map) |
|
void |
UnmodifiableFloatLongMap.putAll(FloatLongMap map) |
|
MutableFloatLongMap |
MutableFloatLongMapFactoryImpl.withAll(FloatLongMap map) |
| Constructor | Description |
|---|---|
FloatLongHashMap(FloatLongMap map) |
Copyright © 2004–2019. All rights reserved.