| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
DoubleIterable.toBag() |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
MutableBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
MutableDoubleBag.asSynchronized() |
MutableDoubleBag |
MutableDoubleBag.asUnmodifiable() |
MutableDoubleBag |
MutableDoubleBag.reject(DoublePredicate predicate) |
MutableDoubleBag |
MutableDoubleBag.select(DoublePredicate predicate) |
MutableDoubleBag |
MutableDoubleBag.with(double element) |
MutableDoubleBag |
MutableDoubleBag.withAll(DoubleIterable elements) |
MutableDoubleBag |
MutableDoubleBag.without(double element) |
MutableDoubleBag |
MutableDoubleBag.withoutAll(DoubleIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
MutableDoubleBagFactory.empty() |
MutableDoubleBag |
MutableDoubleBagFactory.of()
Same as
MutableDoubleBagFactory.empty(). |
MutableDoubleBag |
MutableDoubleBagFactory.of(double... items)
|
MutableDoubleBag |
MutableDoubleBagFactory.ofAll(DoubleIterable items)
|
MutableDoubleBag |
MutableDoubleBagFactory.with()
Same as
MutableDoubleBagFactory.empty(). |
MutableDoubleBag |
MutableDoubleBagFactory.with(double... items) |
MutableDoubleBag |
MutableDoubleBagFactory.withAll(DoubleIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleBag |
MutableMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Copyright © 2004–2017. All rights reserved.