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 |
---|---|---|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactory.ofAll(LongFloatMap map) |
|
MutableLongFloatMap |
MutableLongFloatMapFactory.ofAll(LongFloatMap map) |
|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactory.withAll(LongFloatMap map) |
|
MutableLongFloatMap |
MutableLongFloatMapFactory.withAll(LongFloatMap map) |
Modifier and Type | Interface | 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 | Description |
---|---|---|
LongFloatMap |
LongFloatMap.reject(LongFloatPredicate predicate) |
|
LongFloatMap |
LongFloatMap.select(LongFloatPredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
void |
MutableLongFloatMap.putAll(LongFloatMap map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) |
|
ImmutableLongFloatMap |
ImmutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) |
Modifier and Type | Class | 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 | Description |
---|---|---|
MutableLongFloatMap |
MutableLongFloatMapFactoryImpl.ofAll(LongFloatMap map) |
|
void |
LongFloatHashMap.putAll(LongFloatMap map) |
|
void |
SynchronizedLongFloatMap.putAll(LongFloatMap map) |
|
void |
UnmodifiableLongFloatMap.putAll(LongFloatMap map) |
|
MutableLongFloatMap |
MutableLongFloatMapFactoryImpl.withAll(LongFloatMap map) |
Constructor | Description |
---|---|
LongFloatHashMap(LongFloatMap map) |
Copyright © 2004–2017. All rights reserved.