public class MutableFloatStackFactoryImpl extends Object implements MutableFloatStackFactory
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableFloatStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableFloatStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableFloatStack |
empty() |
MutableFloatStack |
of() |
MutableFloatStack |
of(float... items) |
MutableFloatStack |
ofAll(FloatIterable items) |
MutableFloatStack |
ofAll(Iterable<Float> iterable) |
MutableFloatStack |
ofAllReversed(FloatIterable items) |
MutableFloatStack |
with() |
MutableFloatStack |
with(float... items) |
MutableFloatStack |
withAll(FloatIterable items) |
MutableFloatStack |
withAll(Iterable<Float> iterable) |
MutableFloatStack |
withAllReversed(FloatIterable items) |
public static final MutableFloatStackFactory INSTANCE
public MutableFloatStack empty()
empty in interface MutableFloatStackFactorypublic MutableFloatStack of()
of in interface MutableFloatStackFactorypublic MutableFloatStack with()
with in interface MutableFloatStackFactorypublic MutableFloatStack of(float... items)
of in interface MutableFloatStackFactorypublic MutableFloatStack with(float... items)
with in interface MutableFloatStackFactorypublic MutableFloatStack ofAll(FloatIterable items)
ofAll in interface MutableFloatStackFactorypublic MutableFloatStack withAll(FloatIterable items)
withAll in interface MutableFloatStackFactorypublic MutableFloatStack ofAll(Iterable<Float> iterable)
ofAll in interface MutableFloatStackFactorypublic MutableFloatStack withAll(Iterable<Float> iterable)
withAll in interface MutableFloatStackFactorypublic MutableFloatStack ofAllReversed(FloatIterable items)
ofAllReversed in interface MutableFloatStackFactorypublic MutableFloatStack withAllReversed(FloatIterable items)
withAllReversed in interface MutableFloatStackFactoryCopyright © 2004–2022. All rights reserved.