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()Same asMutableCharStackFactory.empty().of(char... items) Same asMutableCharStackFactory.with(char[]).ofAll(CharIterable items) ofAllReversed(CharIterable items) with()Same asMutableCharStackFactory.empty().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
Description copied from interface:MutableCharStackFactorySame asMutableCharStackFactory.empty().- Specified by:
ofin interfaceMutableCharStackFactory
-
with
Description copied from interface:MutableCharStackFactorySame asMutableCharStackFactory.empty().- Specified by:
within interfaceMutableCharStackFactory
-
of
Description copied from interface:MutableCharStackFactorySame asMutableCharStackFactory.with(char[]).- Specified by:
ofin interfaceMutableCharStackFactory
-
with
- Specified by:
within interfaceMutableCharStackFactory
-
ofAll
Description copied from interface:MutableCharStackFactory- Specified by:
ofAllin interfaceMutableCharStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableCharStackFactory
-
ofAll
Description copied from interface:MutableCharStackFactory- Specified by:
ofAllin interfaceMutableCharStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableCharStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:MutableCharStackFactory- Specified by:
ofAllReversedin interfaceMutableCharStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableCharStackFactory
-