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.
|
org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.collection.immutable |
This package contains implementations of the
ImmutableCollection interface. |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
org.eclipse.collections.impl.map.immutable.primitive |
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
Modifier and Type | Method | 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 | 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 | Description |
---|---|---|
ImmutableObjectLongMap<V> |
ImmutableLongObjectMap.flipUniqueValues() |
|
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.newWithKeyValue(K key,
long value) |
|
ImmutableObjectLongMap<K> |
ImmutableObjectLongMap.newWithoutAllKeys(java.lang.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 | 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) |
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableObjectLongMap<V> |
AbstractImmutableBagIterable.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
|
<V> ImmutableObjectLongMap<V> |
AbstractImmutableBagIterable.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
Modifier and Type | Method | Description |
---|---|---|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableBiMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableBiMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
Modifier and Type | Method | Description |
---|---|---|
<V> ImmutableObjectLongMap<V> |
AbstractImmutableCollection.sumByInt(Function<? super T,? extends V> groupBy,
IntFunction<? super T> function) |
|
<V> ImmutableObjectLongMap<V> |
AbstractImmutableCollection.sumByLong(Function<? super T,? extends V> groupBy,
LongFunction<? super T> function) |
Modifier and Type | Method | Description |
---|---|---|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractImmutableObjectLongMap<V> |
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.
|
Modifier and Type | Method | Description |
---|---|---|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.empty() |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.of() |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.of(K key,
long value) |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.ofAll(ObjectLongMap<? extends K> map) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableByteObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableCharObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableDoubleObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableFloatObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableIntObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableLongObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableShortObjectMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableByteObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableCharObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableDoubleObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableFloatObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableIntObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableLongObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableShortObjectMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.with() |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.with(K key,
long value) |
|
<K> ImmutableObjectLongMap<K> |
ImmutableObjectLongMapFactoryImpl.withAll(ObjectLongMap<? extends K> map) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableObjectLongMap<K> |
ObjectLongHashMap.toImmutable() |
|
ImmutableObjectLongMap<K> |
ObjectLongHashMapWithHashingStrategy.toImmutable() |
|
ImmutableObjectLongMap<K> |
SynchronizedObjectLongMap.toImmutable() |
|
ImmutableObjectLongMap<K> |
UnmodifiableObjectLongMap.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableSortedMap.sumByInt(Function<? super V,? extends V1> groupBy,
IntFunction<? super V> function) |
|
<V1> ImmutableObjectLongMap<V1> |
AbstractImmutableSortedMap.sumByLong(Function<? super V,? extends V1> groupBy,
LongFunction<? super V> function) |
Copyright © 2004–2017. All rights reserved.