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