| Package | Description |
|---|---|
| org.eclipse.collections.api.collection | |
| 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.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableObjectLongMap<V> |
ImmutableCollection.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
<V> ImmutableObjectLongMap<V> |
ImmutableCollection.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.empty() |
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.of()
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.of(K key,
long value)
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.ofAll(ObjectLongMap<? extends K> map)
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.with()
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.with(K key,
long value) |
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactory.withAll(ObjectLongMap<? extends K> map) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableObjectLongMap<V> |
ImmutableLongObjectMap.flipUniqueValues() |
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.newWithKeyValue(K key,
long value) |
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.newWithoutAllKeys(Iterable<? extends K> keys) |
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.newWithoutKey(K key) |
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.reject(ObjectLongPredicate<? super K> predicate) |
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.select(ObjectLongPredicate<? super K> predicate) |
<VV> ImmutableObjectLongMap<VV> |
ImmutablePrimitiveObjectMap.sumByInt(Function<? super V,? extends VV> groupBy,
IntFunction<? super V> function) |
<VV> ImmutableObjectLongMap<VV> |
ImmutablePrimitiveObjectMap.sumByLong(Function<? super V,? extends VV> groupBy,
LongFunction<? super V> function) |
default ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.tap(LongProcedure procedure) |
ImmutableObjectLongMap<K> |
ObjectLongMap.toImmutable() |
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableObjectLongMap<V> |
ImmutableStack.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
<V> ImmutableObjectLongMap<V> |
ImmutableStack.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
Copyright © 2004–2017. All rights reserved.