public interface MutableCharStackFactory
MutableCharStack
.
This file was automatically generated from template file mutablePrimitiveStackFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableCharStack |
empty() |
MutableCharStack |
of()
Same as
empty() . |
MutableCharStack |
of(char... items)
Same as
with(char[]) . |
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(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 ofAllReversed(CharIterable items)
withAllReversed(CharIterable)
.MutableCharStack withAllReversed(CharIterable items)
Copyright © 2004–2016. All rights reserved.