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