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.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 and Description |
---|---|
ImmutableDoubleBag |
ImmutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and 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 |
MutableDoubleBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableDoubleBag |
DoubleBag.toImmutable()
Returns an immutable copy of this bag.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.empty() |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of()
Same as
ImmutableDoubleBagFactory.empty() . |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of(double... items)
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.of(double one)
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.ofAll(DoubleIterable items)
|
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with()
Same as
ImmutableDoubleBagFactory.empty() . |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with(double... items) |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.with(double one) |
ImmutableDoubleBag |
ImmutableDoubleBagFactory.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
ImmutableMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
AbstractImmutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.empty() |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of() |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of(double... items) |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.of(double one) |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.ofAll(DoubleIterable items) |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with() |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with(double... items) |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.with(double one) |
ImmutableDoubleBag |
ImmutableDoubleBagFactoryImpl.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
DoubleHashBag.toImmutable() |
ImmutableDoubleBag |
UnmodifiableDoubleBag.toImmutable() |
ImmutableDoubleBag |
SynchronizedDoubleBag.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
AbstractImmutableBiMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleBag |
AbstractImmutableMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Copyright © 2004–2016. All rights reserved.