Package | Description |
---|---|
org.eclipse.collections.api.bag |
This package contains interfaces for Bag API.
|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.factory.bag.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.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
org.eclipse.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
org.eclipse.collections.impl.bimap.immutable | |
org.eclipse.collections.impl.map.immutable |
This package contains implementations of the
ImmutableMap interface. |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutableDoubleBag.newWith(double element) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.newWithAll(DoubleIterable elements) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.newWithout(double element) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.newWithoutAll(DoubleIterable elements) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableDoubleBag.selectByOccurrences(IntPredicate predicate) |
Returns all elements of the bag that have a number of occurrences that satisfy the predicate.
|
ImmutableDoubleBag |
DoubleBag.toImmutable() |
Returns an immutable copy of this bag.
|
ImmutableDoubleBag |
MutableDoubleBag.toImmutable() |
Returns an immutable copy of this bag.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.empty() |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of() |
Same as
ImmutableDoubleBagFactory.empty() . |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of(double one) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of(double... items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.ofAll(DoubleIterable items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with() |
Same as
ImmutableDoubleBagFactory.empty() . |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with(double one) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with(double... items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.withAll(DoubleIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutableMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutablePrimitiveObjectMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
|
ImmutableDoubleBag |
ImmutableByteDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableCharDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableDoubleDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableFloatDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableIntDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableLongDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableShortDoubleMap.reject(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableByteDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableCharDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableDoubleDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableFloatDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableIntDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableLongDoubleMap.select(DoublePredicate predicate) |
|
ImmutableDoubleBag |
ImmutableShortDoubleMap.select(DoublePredicate predicate) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
AbstractImmutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.empty() |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of() |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of(double one) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of(double... items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.ofAll(DoubleIterable items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with() |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with(double one) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with(double... items) |
|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.withAll(DoubleIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
DoubleHashBag.toImmutable() |
|
ImmutableDoubleBag |
SynchronizedDoubleBag.toImmutable() |
|
ImmutableDoubleBag |
UnmodifiableDoubleBag.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
AbstractImmutableBiMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleBag |
AbstractImmutableMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Copyright © 2004–2017. All rights reserved.