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 |
---|---|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactory.ofAll(LongFloatMap map)
|
MutableLongFloatMap |
MutableLongFloatMapFactory.ofAll(LongFloatMap map)
|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactory.withAll(LongFloatMap map) |
MutableLongFloatMap |
MutableLongFloatMapFactory.withAll(LongFloatMap map) |
Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableLongFloatMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongFloatMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
LongFloatMap |
LongFloatMap.reject(LongFloatPredicate predicate) |
LongFloatMap |
LongFloatMap.select(LongFloatPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
void |
MutableLongFloatMap.putAll(LongFloatMap map) |
Modifier and Type | Method and Description |
---|---|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) |
ImmutableLongFloatMap |
ImmutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) |
Modifier and Type | Class and Description |
---|---|
class |
LongFloatHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedLongFloatMap
A synchronized view of a
MutableLongFloatMap . |
class |
UnmodifiableLongFloatMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableLongFloatMap |
MutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) |
void |
UnmodifiableLongFloatMap.putAll(LongFloatMap map) |
void |
LongFloatHashMap.putAll(LongFloatMap map) |
void |
SynchronizedLongFloatMap.putAll(LongFloatMap map) |
MutableLongFloatMap |
MutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) |
Constructor and Description |
---|
LongFloatHashMap(LongFloatMap map) |
Copyright © 2004–2016. All rights reserved.