| 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 |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
ImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
ImmutableFloatBag.newWith(float element) |
ImmutableFloatBag |
ImmutableFloatBag.newWithAll(FloatIterable elements) |
ImmutableFloatBag |
ImmutableFloatBag.newWithout(float element) |
ImmutableFloatBag |
ImmutableFloatBag.newWithoutAll(FloatIterable elements) |
ImmutableFloatBag |
ImmutableFloatBag.reject(FloatPredicate predicate) |
ImmutableFloatBag |
ImmutableFloatBag.select(FloatPredicate predicate) |
ImmutableFloatBag |
FloatBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableFloatBag |
MutableFloatBag.toImmutable()
Returns an immutable copy of this bag.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
ImmutableFloatBagFactory.empty() |
ImmutableFloatBag |
ImmutableFloatBagFactory.of()
Same as
ImmutableFloatBagFactory.empty(). |
ImmutableFloatBag |
ImmutableFloatBagFactory.of(float... items)
|
ImmutableFloatBag |
ImmutableFloatBagFactory.of(float one)
Same as
ImmutableFloatBagFactory.with(float). |
ImmutableFloatBag |
ImmutableFloatBagFactory.ofAll(FloatIterable items)
|
ImmutableFloatBag |
ImmutableFloatBagFactory.with()
Same as
ImmutableFloatBagFactory.empty(). |
ImmutableFloatBag |
ImmutableFloatBagFactory.with(float... items) |
ImmutableFloatBag |
ImmutableFloatBagFactory.with(float one) |
ImmutableFloatBag |
ImmutableFloatBagFactory.withAll(FloatIterable items) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
ImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
Copyright © 2004–2017. All rights reserved.