ImmutableCharStackFactoryImpl
public interface ImmutableCharStackFactory
ImmutableCharStack
.
This file was automatically generated from template file immutablePrimitiveStackFactory.stg.Modifier and Type | Method | Description |
---|---|---|
ImmutableCharStack |
empty() |
|
ImmutableCharStack |
of() |
Same as
empty() . |
ImmutableCharStack |
of(char one) |
Same as
with(char) . |
ImmutableCharStack |
of(char... items) |
Same as
with(char[]) . |
ImmutableCharStack |
ofAll(Iterable<Character> iterable) |
Same as
#withAll(IterableCharacter) . |
ImmutableCharStack |
ofAll(CharIterable items) |
Same as
withAll(CharIterable) . |
ImmutableCharStack |
ofAllReversed(CharIterable items) |
Same as
withAllReversed(CharIterable) . |
ImmutableCharStack |
with() |
Same as
empty() . |
ImmutableCharStack |
with(char one) |
|
ImmutableCharStack |
with(char... items) |
|
ImmutableCharStack |
withAll(Iterable<Character> iterable) |
|
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 ofAll(Iterable<Character> iterable)
#withAll(IterableCharacter)
.ImmutableCharStack withAll(Iterable<Character> iterable)
ImmutableCharStack ofAllReversed(CharIterable items)
withAllReversed(CharIterable)
.ImmutableCharStack withAllReversed(CharIterable items)
Copyright © 2004–2019. All rights reserved.