public interface ImmutableCharStackFactory
ImmutableCharStack.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharStack |
empty() |
ImmutableCharStack |
of()
Same as
empty(). |
ImmutableCharStack |
of(char... items)
Same as
with(char[]). |
ImmutableCharStack |
of(char one)
Same as
with(char). |
ImmutableCharStack |
ofAll(CharIterable items)
Same as
withAll(CharIterable). |
ImmutableCharStack |
ofAllReversed(CharIterable items)
Same as
withAllReversed(CharIterable). |
ImmutableCharStack |
with()
Same as
empty(). |
ImmutableCharStack |
with(char... items) |
ImmutableCharStack |
with(char one) |
ImmutableCharStack |
withAll(CharIterable items) |
ImmutableCharStack |
withAllReversed(CharIterable items) |
ImmutableCharStack empty()
ImmutableCharStack of()
empty().ImmutableCharStack with()
empty().ImmutableCharStack of(char one)
with(char).ImmutableCharStack with(char one)
ImmutableCharStack of(char... items)
with(char[]).ImmutableCharStack with(char... items)
ImmutableCharStack ofAll(CharIterable items)
withAll(CharIterable).ImmutableCharStack withAll(CharIterable items)
ImmutableCharStack ofAllReversed(CharIterable items)
withAllReversed(CharIterable).ImmutableCharStack withAllReversed(CharIterable items)
Copyright © 2004–2017. All rights reserved.