public interface ImmutableFloatBagFactory
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
empty() |
ImmutableFloatBag |
of()
Same as
empty(). |
ImmutableFloatBag |
of(float... items)
Same as
with(float[]). |
ImmutableFloatBag |
of(float one)
Same as
with(float). |
ImmutableFloatBag |
ofAll(FloatIterable items)
Same as
withAll(FloatIterable). |
ImmutableFloatBag |
ofAll(Iterable<Float> iterable)
Same as
withAll(Iterable). |
ImmutableFloatBag |
with()
Same as
empty(). |
ImmutableFloatBag |
with(float... items) |
ImmutableFloatBag |
with(float one) |
ImmutableFloatBag |
withAll(FloatIterable items) |
ImmutableFloatBag |
withAll(Iterable<Float> iterable) |
ImmutableFloatBag empty()
ImmutableFloatBag of()
empty().ImmutableFloatBag with()
empty().ImmutableFloatBag of(float one)
with(float).ImmutableFloatBag with(float one)
ImmutableFloatBag of(float... items)
with(float[]).ImmutableFloatBag with(float... items)
ImmutableFloatBag ofAll(FloatIterable items)
withAll(FloatIterable).ImmutableFloatBag withAll(FloatIterable items)
ImmutableFloatBag ofAll(Iterable<Float> iterable)
withAll(Iterable).ImmutableFloatBag withAll(Iterable<Float> iterable)
Copyright © 2004–2020. All rights reserved.