| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.factory |
This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure. |
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,V> org.eclipse.collections.api.block.function.Function2<ObjectLongHashMap<V>,T,ObjectLongHashMap<V>> |
PrimitiveFunctions.sumByIntFunction(org.eclipse.collections.api.block.function.Function<T,V> groupBy,
org.eclipse.collections.api.block.function.primitive.IntFunction<? super T> function) |
static <T,V> org.eclipse.collections.api.block.function.Function2<ObjectLongHashMap<V>,T,ObjectLongHashMap<V>> |
PrimitiveFunctions.sumByIntFunction(org.eclipse.collections.api.block.function.Function<T,V> groupBy,
org.eclipse.collections.api.block.function.primitive.IntFunction<? super T> function) |
static <T,V> org.eclipse.collections.api.block.function.Function2<ObjectLongHashMap<V>,T,ObjectLongHashMap<V>> |
PrimitiveFunctions.sumByLongFunction(org.eclipse.collections.api.block.function.Function<T,V> groupBy,
org.eclipse.collections.api.block.function.primitive.LongFunction<? super T> function) |
static <T,V> org.eclipse.collections.api.block.function.Function2<ObjectLongHashMap<V>,T,ObjectLongHashMap<V>> |
PrimitiveFunctions.sumByLongFunction(org.eclipse.collections.api.block.function.Function<T,V> groupBy,
org.eclipse.collections.api.block.function.primitive.LongFunction<? super T> function) |
| Modifier and Type | Method and Description |
|---|---|
static <K> ObjectLongHashMap<K> |
ObjectLongHashMap.newMap() |
static <K> ObjectLongHashMap<K> |
ObjectLongHashMap.newWithKeysValues(K key1,
long value1) |
static <K> ObjectLongHashMap<K> |
ObjectLongHashMap.newWithKeysValues(K key1,
long value1,
K key2,
long value2) |
static <K> ObjectLongHashMap<K> |
ObjectLongHashMap.newWithKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3) |
static <K> ObjectLongHashMap<K> |
ObjectLongHashMap.newWithKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3,
K key4,
long value4) |
ObjectLongHashMap<K> |
ObjectLongHashMap.reject(org.eclipse.collections.api.block.predicate.primitive.ObjectLongPredicate<? super K> predicate) |
ObjectLongHashMap<K> |
ObjectLongHashMap.select(org.eclipse.collections.api.block.predicate.primitive.ObjectLongPredicate<? super K> predicate) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withKeysValues(K key1,
long value1,
K key2,
long value2) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withKeysValues(K key1,
long value1,
K key2,
long value2,
K key3,
long value3,
K key4,
long value4) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withKeyValue(K key1,
long value1) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withoutAllKeys(Iterable<? extends K> keys) |
ObjectLongHashMap<K> |
ObjectLongHashMap.withoutKey(K key) |
Copyright © 2004–2018. All rights reserved.