| 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 |
|---|---|
MutableFloatBag |
FloatIterable.toBag() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
MutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
MutableFloatBag.asSynchronized() |
MutableFloatBag |
MutableFloatBag.asUnmodifiable() |
MutableFloatBag |
MutableFloatBag.reject(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.select(FloatPredicate predicate) |
MutableFloatBag |
MutableFloatBag.with(float element) |
MutableFloatBag |
MutableFloatBag.withAll(FloatIterable elements) |
MutableFloatBag |
MutableFloatBag.without(float element) |
MutableFloatBag |
MutableFloatBag.withoutAll(FloatIterable elements) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
MutableFloatBagFactory.empty() |
MutableFloatBag |
MutableFloatBagFactory.of()
Same as
MutableFloatBagFactory.empty(). |
MutableFloatBag |
MutableFloatBagFactory.of(float... items)
Same as
MutableFloatBagFactory.with(float[]). |
MutableFloatBag |
MutableFloatBagFactory.ofAll(FloatIterable items)
|
MutableFloatBag |
MutableFloatBagFactory.with()
Same as
MutableFloatBagFactory.empty(). |
MutableFloatBag |
MutableFloatBagFactory.with(float... items) |
MutableFloatBag |
MutableFloatBagFactory.withAll(FloatIterable items) |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatBag |
MutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
Copyright © 2004–2017. All rights reserved.