| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatLongMap |
MutableFloatLongMapFactory.empty() |
MutableFloatLongMap |
MutableFloatLongMapFactory.of()
Same as
MutableFloatLongMapFactory.empty(). |
MutableFloatLongMap |
MutableFloatLongMapFactory.ofAll(FloatLongMap map)
|
MutableFloatLongMap |
MutableFloatLongMapFactory.with()
Same as
MutableFloatLongMapFactory.empty(). |
MutableFloatLongMap |
MutableFloatLongMapFactory.withAll(FloatLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatLongMap |
MutableFloatLongMap.asSynchronized() |
MutableFloatLongMap |
MutableFloatLongMap.asUnmodifiable() |
MutableFloatLongMap |
MutableLongFloatMap.flipUniqueValues() |
MutableFloatLongMap |
MutableFloatLongMap.reject(FloatLongPredicate predicate) |
MutableFloatLongMap |
MutableFloatLongMap.select(FloatLongPredicate predicate) |
MutableFloatLongMap |
MutableFloatLongMap.withKeyValue(float key,
long value) |
MutableFloatLongMap |
MutableFloatLongMap.withoutAllKeys(FloatIterable keys) |
MutableFloatLongMap |
MutableFloatLongMap.withoutKey(float key) |
Copyright © 2004–2017. All rights reserved.