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 |
---|---|
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 |
MutableFloatBag.toImmutable()
Returns an immutable copy of this bag.
|
ImmutableFloatBag |
FloatBag.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) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
AbstractImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.empty() |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.of() |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.of(float... items) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.of(float one) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.ofAll(FloatIterable items) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.with() |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.with(float... items) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.with(float one) |
ImmutableFloatBag |
ImmutableFloatBagFactoryImpl.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
SynchronizedFloatBag.toImmutable() |
ImmutableFloatBag |
UnmodifiableFloatBag.toImmutable() |
ImmutableFloatBag |
FloatHashBag.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
AbstractImmutableBiMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
AbstractImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) |
Copyright © 2004–2016. All rights reserved.