Class MutableShortStackFactoryImpl
java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.MutableShortStackFactoryImpl
- All Implemented Interfaces:
MutableShortStackFactory
MutableShortStackFactoryImpl is a factory implementation which creates instances of type
MutableShortStack.
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(short... items) ofAll(ShortIterable items) ofAllReversed(ShortIterable items) with()with(short... items) withAll(ShortIterable items) withAllReversed(ShortIterable items)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MutableShortStackFactoryImpl
public MutableShortStackFactoryImpl()
-
-
Method Details
-
empty
- Specified by:
emptyin interfaceMutableShortStackFactory
-
of
- Specified by:
ofin interfaceMutableShortStackFactory
-
with
- Specified by:
within interfaceMutableShortStackFactory
-
of
- Specified by:
ofin interfaceMutableShortStackFactory
-
with
- Specified by:
within interfaceMutableShortStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableShortStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableShortStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableShortStackFactory- Since:
- 10.0
-
ofAllReversed
- Specified by:
ofAllReversedin interfaceMutableShortStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableShortStackFactory
-