Interface ImmutableCharStackFactory
- All Known Implementing Classes:
ImmutableCharStackFactoryImpl
public interface ImmutableCharStackFactory
A factory which creates instances of type
ImmutableCharStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableCharStackempty()ImmutableCharStackof()Same asempty().ImmutableCharStackof(char one)Same aswith(char).ImmutableCharStackof(char... items)Same aswith(char[]).ImmutableCharStackofAll(Iterable<Character> iterable)Same aswithAll(Iterable).ImmutableCharStackofAll(CharIterable items)Same aswithAll(CharIterable).ImmutableCharStackofAllReversed(CharIterable items)Same aswithAllReversed(CharIterable).ImmutableCharStackwith()Same asempty().ImmutableCharStackwith(char one)ImmutableCharStackwith(char... items)ImmutableCharStackwithAll(Iterable<Character> iterable)ImmutableCharStackwithAll(CharIterable items)ImmutableCharStackwithAllReversed(CharIterable items)
-
Method Details
-
empty
ImmutableCharStack empty()- Since:
- 6.0
-
of
ImmutableCharStack of()Same asempty(). -
with
ImmutableCharStack with()Same asempty(). -
of
Same aswith(char). -
with
-
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-
ofAllReversed
Same aswithAllReversed(CharIterable). -
withAllReversed
-