public interface ImmutableFloatBagFactory
ImmutableFloatBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableFloatBag |
of()
Same as
with(). |
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 |
with() |
ImmutableFloatBag |
with(float... items) |
ImmutableFloatBag |
with(float one) |
ImmutableFloatBag |
withAll(FloatIterable items) |
ImmutableFloatBag of()
with().ImmutableFloatBag with()
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)
Copyright © 2004–2017. All rights reserved.