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 TypeMethodDescriptionempty()of()Same asempty().of(float... items) Same aswith(float[]).Same aswithAll(Iterable).ofAll(FloatIterable items) Same aswithAll(FloatIterable).ofAllReversed(FloatIterable items) Same aswithAllReversed(FloatIterable).with()Same asempty().with(float... items) withAll(FloatIterable items) withAllReversed(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
-