| 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> MutableLongObjectMap<V> |
MutableLongObjectMapFactory.ofAll(LongObjectMap<? extends V> map)
|
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.ofAll(LongObjectMap<? extends V> map)
|
<V> MutableLongObjectMap<V> |
MutableLongObjectMapFactory.withAll(LongObjectMap<? extends V> map) |
<V> ImmutableLongObjectMap<V> |
ImmutableLongObjectMapFactory.withAll(LongObjectMap<? extends V> map) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableLongObjectMap<V>
This file was automatically generated from template file immutablePrimitiveObjectMap.stg.
|
interface |
MutableLongObjectMap<V>
This file was automatically generated from template file mutablePrimitiveObjectMap.stg.
|
| Modifier and Type | Method and Description |
|---|---|
LongObjectMap<K> |
ObjectLongMap.flipUniqueValues()
Return the LongObjectMap that is obtained by flipping the direction of this map and making the associations
from value to key.
|
LongObjectMap<V> |
LongObjectMap.reject(LongObjectPredicate<? super V> predicate)
Return a copy of this map containing only the key/value pairs that do not match the
predicate.
|
LongObjectMap<V> |
LongObjectMap.select(LongObjectPredicate<? super V> predicate)
Return a copy of this map containing only the key/value pairs that match the predicate.
|
LongObjectMap<V> |
LongObjectMap.tap(Procedure<? super V> procedure) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableLongObjectMap.putAll(LongObjectMap<? extends V> map)
Puts all of the key/value mappings from the specified map into this map.
|
Copyright © 2004–2021. All rights reserved.