Package | Description |
---|---|
com.gs.collections.api.bag |
This package contains interfaces for Bag API.
|
com.gs.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
com.gs.collections.api.factory.bag.primitive | |
com.gs.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
com.gs.collections.impl.bag.immutable.primitive |
This package contains implementations of the immutable primitive bag interfaces.
|
com.gs.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
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.of()
Same as
ImmutableFloatBagFactory.with() . |
ImmutableFloatBag |
ImmutableFloatBagFactory.of(float... items)
|
ImmutableFloatBag |
ImmutableFloatBagFactory.of(float one)
Same as
ImmutableFloatBagFactory.with(float) . |
ImmutableFloatBag |
ImmutableFloatBagFactory.ofAll(FloatIterable items)
|
ImmutableFloatBag |
ImmutableFloatBagFactory.with() |
ImmutableFloatBag |
ImmutableFloatBagFactory.with(float... items) |
ImmutableFloatBag |
ImmutableFloatBagFactory.with(float one) |
ImmutableFloatBag |
ImmutableFloatBagFactory.withAll(FloatIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableFloatBag |
AbstractImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method and Description |
---|---|
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 |
FloatHashBag.toImmutable() |
ImmutableFloatBag |
UnmodifiableFloatBag.toImmutable() |
ImmutableFloatBag |
SynchronizedFloatBag.toImmutable() |
Copyright © 2004–2016. All rights reserved.