Interface MutableFloatStackFactory
- All Known Implementing Classes:
MutableFloatStackFactoryImpl
public interface MutableFloatStackFactory
A factory which creates instances of type
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableFloatStackempty()MutableFloatStackof()Same asempty().MutableFloatStackof(float... items)Same aswith(float[]).MutableFloatStackofAll(Iterable<Float> iterable)Same aswithAll(Iterable).MutableFloatStackofAll(FloatIterable items)Same aswithAll(FloatIterable).MutableFloatStackofAllReversed(FloatIterable items)Same aswithAllReversed(FloatIterable).MutableFloatStackwith()Same asempty().MutableFloatStackwith(float... items)MutableFloatStackwithAll(Iterable<Float> iterable)MutableFloatStackwithAll(FloatIterable items)MutableFloatStackwithAllReversed(FloatIterable items)
-
Method Details
-
empty
MutableFloatStack empty() -
of
MutableFloatStack of()Same asempty(). -
with
MutableFloatStack with()Same asempty(). -
of
Same aswith(float[]). -
with
-
ofAll
Same aswithAll(FloatIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(FloatIterable). -
withAllReversed
-