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