public class MutableCharStackFactoryImpl extends Object implements MutableCharStackFactory
MutableCharStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableCharStackFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableCharStackFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharStack |
empty() |
MutableCharStack |
of() |
MutableCharStack |
of(char... items) |
MutableCharStack |
ofAll(CharIterable items) |
MutableCharStack |
ofAll(Iterable<Character> iterable) |
MutableCharStack |
ofAllReversed(CharIterable items) |
MutableCharStack |
with() |
MutableCharStack |
with(char... items) |
MutableCharStack |
withAll(CharIterable items) |
MutableCharStack |
withAll(Iterable<Character> iterable) |
MutableCharStack |
withAllReversed(CharIterable items) |
public static final MutableCharStackFactory INSTANCE
public MutableCharStack empty()
empty in interface MutableCharStackFactorypublic MutableCharStack of()
of in interface MutableCharStackFactorypublic MutableCharStack with()
with in interface MutableCharStackFactorypublic MutableCharStack of(char... items)
of in interface MutableCharStackFactorypublic MutableCharStack with(char... items)
with in interface MutableCharStackFactorypublic MutableCharStack ofAll(CharIterable items)
ofAll in interface MutableCharStackFactorypublic MutableCharStack withAll(CharIterable items)
withAll in interface MutableCharStackFactorypublic MutableCharStack ofAll(Iterable<Character> iterable)
ofAll in interface MutableCharStackFactorypublic MutableCharStack withAll(Iterable<Character> iterable)
withAll in interface MutableCharStackFactorypublic MutableCharStack ofAllReversed(CharIterable items)
ofAllReversed in interface MutableCharStackFactorypublic MutableCharStack withAllReversed(CharIterable items)
withAllReversed in interface MutableCharStackFactoryCopyright © 2004–2022. All rights reserved.