Class MutableFloatStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableFloatStackFactoryImpl
- All Implemented Interfaces:
MutableFloatStackFactory
MutableFloatStackFactoryImpl is a factory implementation which creates instances of type
MutableFloatStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.- Since:
- 6.0.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionempty()of()of(float... items) ofAll(FloatIterable items) ofAllReversed(FloatIterable items) with()with(float... items) withAll(FloatIterable items) withAllReversed(FloatIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableFloatStackFactoryImpl
public MutableFloatStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableFloatStackFactory
-
of
- Specified by:
ofin interfaceMutableFloatStackFactory
-
with
- Specified by:
within interfaceMutableFloatStackFactory
-
of
- Specified by:
ofin interfaceMutableFloatStackFactory
-
with
- Specified by:
within interfaceMutableFloatStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableFloatStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableFloatStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableFloatStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableFloatStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableFloatStackFactory
-