Interface MutableCharStackFactory
public interface MutableCharStackFactory
A factory which creates instances of type
MutableCharStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(char... items) Same aswith(char[]).Same aswithAll(Iterable).ofAll(CharIterable items) Same aswithAll(CharIterable).ofAllReversed(CharIterable items) Same aswithAllReversed(CharIterable).with()Same asempty().with(char... items) withAll(CharIterable items) withAllReversed(CharIterable items)
-
Method Details
-
empty
MutableCharStack empty() -
of
MutableCharStack of()Same asempty(). -
with
MutableCharStack with()Same asempty(). -
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(CharIterable). -
withAllReversed
-