MutableFloatStackFactoryImplpublic interface MutableFloatStackFactory
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableFloatStack |
empty() |
|
MutableFloatStack |
of() |
Same as
empty(). |
MutableFloatStack |
of(float... items) |
Same as
with(float[]). |
MutableFloatStack |
ofAll(Iterable<Float> iterable) |
Same as
#withAll(IterableFloat). |
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(Iterable<Float> iterable) |
|
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 ofAll(Iterable<Float> iterable)
#withAll(IterableFloat).MutableFloatStack withAll(Iterable<Float> iterable)
MutableFloatStack ofAllReversed(FloatIterable items)
withAllReversed(FloatIterable).MutableFloatStack withAllReversed(FloatIterable items)
Copyright © 2004–2019. All rights reserved.