public interface MutableFloatStackFactory
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableFloatStack |
empty() |
MutableFloatStack |
of()
Same as
empty(). |
MutableFloatStack |
of(float... items)
Same as
with(float[]). |
MutableFloatStack |
ofAll(FloatIterable items)
Same as
withAll(FloatIterable). |
MutableFloatStack |
ofAllReversed(FloatIterable items)
Same as
withAllReversed(FloatIterable). |
MutableFloatStack |
with()
Same as
empty(). |
MutableFloatStack |
with(float... items) |
MutableFloatStack |
withAll(FloatIterable items) |
MutableFloatStack |
withAllReversed(FloatIterable items) |
MutableFloatStack empty()
MutableFloatStack of()
empty().MutableFloatStack with()
empty().MutableFloatStack of(float... items)
with(float[]).MutableFloatStack with(float... items)
MutableFloatStack ofAll(FloatIterable items)
withAll(FloatIterable).MutableFloatStack withAll(FloatIterable items)
MutableFloatStack ofAllReversed(FloatIterable items)
withAllReversed(FloatIterable).MutableFloatStack withAllReversed(FloatIterable items)
Copyright © 2004–2016. All rights reserved.