| Package | Description |
|---|---|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.factory.map.primitive | |
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| 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.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
<V> MutableObjectLongMap<V> |
MutableCollection.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
<V> MutableObjectLongMap<V> |
MutableCollection.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.empty() |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.of()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.ofAll(ObjectLongMap<? extends K> map)
|
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.with()
Same as
MutableObjectLongMapFactory.empty(). |
<K> MutableObjectLongMap<K> |
MutableObjectLongMapFactory.withAll(ObjectLongMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
<V1> MutableObjectLongMap<V1> |
MutableMapIterable.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
<V1> MutableObjectLongMap<V1> |
MutableMapIterable.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectLongMap<K> |
MutableObjectLongMap.asSynchronized() |
MutableObjectLongMap<K> |
MutableObjectLongMap.asUnmodifiable() |
MutableObjectLongMap<V> |
MutableLongObjectMap.flipUniqueValues() |
MutableObjectLongMap<K> |
MutableObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
MutableObjectLongMap<K> |
MutableObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
<VV> MutableObjectLongMap<VV> |
MutablePrimitiveObjectMap.sumByInt(Function<? super V,? extends VV> groupBy,
IntFunction<? super V> function) |
<VV> MutableObjectLongMap<VV> |
MutablePrimitiveObjectMap.sumByLong(Function<? super V,? extends VV> groupBy,
LongFunction<? super V> function) |
default MutableObjectLongMap<K> |
MutableObjectLongMap.tap(LongProcedure procedure) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withKeyValue(K key,
long value) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutAllKeys(Iterable<? extends K> keys) |
MutableObjectLongMap<K> |
MutableObjectLongMap.withoutKey(K key) |
| Modifier and Type | Method and Description |
|---|---|
<V> MutableObjectLongMap<V> |
MutableStack.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
<V> MutableObjectLongMap<V> |
MutableStack.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
Copyright © 2004–2017. All rights reserved.