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 |
---|---|---|
ImmutableFloatFloatMap |
ImmutableFloatFloatMapFactory.ofAll(FloatFloatMap map) |
|
MutableFloatFloatMap |
MutableFloatFloatMapFactory.ofAll(FloatFloatMap map) |
|
ImmutableFloatFloatMap |
ImmutableFloatFloatMapFactory.withAll(FloatFloatMap map) |
|
MutableFloatFloatMap |
MutableFloatFloatMapFactory.withAll(FloatFloatMap map) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ImmutableFloatFloatMap |
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatFloatMap |
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
FloatFloatMap |
FloatFloatMap.flipUniqueValues() |
Return the FloatFloatMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
FloatFloatMap |
FloatFloatMap.reject(FloatFloatPredicate predicate) |
|
FloatFloatMap |
FloatFloatMap.select(FloatFloatPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableFloatFloatMap.putAll(FloatFloatMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatFloatMap |
ImmutableFloatFloatMapFactoryImpl.ofAll(FloatFloatMap map) |
|
ImmutableFloatFloatMap |
ImmutableFloatFloatMapFactoryImpl.withAll(FloatFloatMap map) |
Modifier and Type | Class | Description |
---|---|---|
class |
FloatFloatHashMap |
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedFloatFloatMap |
A synchronized view of a
MutableFloatFloatMap . |
class |
UnmodifiableFloatFloatMap |
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableFloatFloatMap |
MutableFloatFloatMapFactoryImpl.ofAll(FloatFloatMap map) |
|
void |
FloatFloatHashMap.putAll(FloatFloatMap map) |
|
void |
SynchronizedFloatFloatMap.putAll(FloatFloatMap map) |
|
void |
UnmodifiableFloatFloatMap.putAll(FloatFloatMap map) |
|
MutableFloatFloatMap |
MutableFloatFloatMapFactoryImpl.withAll(FloatFloatMap map) |
Constructor | Description |
---|---|
FloatFloatHashMap(FloatFloatMap map) |
Copyright © 2004–2019. All rights reserved.