| 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 |
|---|---|
<V> MutableFloatObjectMap<V> |
MutableFloatObjectMapFactory.empty() |
<V> MutableFloatObjectMap<V> |
MutableFloatObjectMapFactory.of()
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
MutableFloatObjectMapFactory.ofAll(FloatObjectMap<? extends V> map)
|
<V> MutableFloatObjectMap<V> |
MutableFloatObjectMapFactory.with()
Same as
MutableFloatObjectMapFactory.empty(). |
<V> MutableFloatObjectMap<V> |
MutableFloatObjectMapFactory.withAll(FloatObjectMap<? extends V> map) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatObjectMap<V> |
MutableFloatObjectMap.asSynchronized() |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.asUnmodifiable() |
MutableFloatObjectMap<K> |
MutableObjectFloatMap.flipUniqueValues() |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.reject(FloatObjectPredicate<? super V> predicate) |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.select(FloatObjectPredicate<? super V> predicate) |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.tap(Procedure<? super V> procedure) |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.withKeyValue(float key,
V value) |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.withoutAllKeys(FloatIterable keys) |
MutableFloatObjectMap<V> |
MutableFloatObjectMap.withoutKey(float key) |
Copyright © 2004–2017. All rights reserved.