MutableCharStackFactoryImplpublic interface MutableCharStackFactory
MutableCharStack.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableCharStack |
empty() |
|
MutableCharStack |
of() |
Same as
empty(). |
MutableCharStack |
of(char... items) |
Same as
with(char[]). |
MutableCharStack |
ofAll(java.lang.Iterable<java.lang.Character> iterable) |
Same as
#withAll(IterableCharacter). |
MutableCharStack |
ofAll(CharIterable items) |
Same as
withAll(CharIterable). |
MutableCharStack |
ofAllReversed(CharIterable items) |
Same as
withAllReversed(CharIterable). |
MutableCharStack |
with() |
Same as
empty(). |
MutableCharStack |
with(char... items) |
|
MutableCharStack |
withAll(java.lang.Iterable<java.lang.Character> iterable) |
|
MutableCharStack |
withAll(CharIterable items) |
|
MutableCharStack |
withAllReversed(CharIterable items) |
MutableCharStack empty()
MutableCharStack of()
empty().MutableCharStack with()
empty().MutableCharStack of(char... items)
with(char[]).MutableCharStack with(char... items)
MutableCharStack ofAll(CharIterable items)
withAll(CharIterable).MutableCharStack withAll(CharIterable items)
MutableCharStack ofAll(java.lang.Iterable<java.lang.Character> iterable)
#withAll(IterableCharacter).MutableCharStack withAll(java.lang.Iterable<java.lang.Character> iterable)
MutableCharStack ofAllReversed(CharIterable items)
withAllReversed(CharIterable).MutableCharStack withAllReversed(CharIterable items)
Copyright © 2004–2020. All rights reserved.