public interface ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharList |
empty() |
ImmutableCharList |
of()
Same as
empty(). |
ImmutableCharList |
of(char... items)
Same as
with(char[]). |
ImmutableCharList |
of(char one)
Same as
with(char). |
ImmutableCharList |
ofAll(CharIterable items)
Same as
withAll(CharIterable). |
ImmutableCharList |
ofAll(Iterable<Character> iterable)
Same as
withAll(Iterable). |
ImmutableCharList |
with()
Same as
empty(). |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
ImmutableCharList |
withAll(Iterable<Character> iterable) |
ImmutableCharList empty()
ImmutableCharList of()
empty().ImmutableCharList with()
empty().ImmutableCharList of(char one)
with(char).ImmutableCharList with(char one)
ImmutableCharList of(char... items)
with(char[]).ImmutableCharList with(char... items)
ImmutableCharList ofAll(CharIterable items)
withAll(CharIterable).ImmutableCharList withAll(CharIterable items)
ImmutableCharList ofAll(Iterable<Character> iterable)
withAll(Iterable).ImmutableCharList withAll(Iterable<Character> iterable)
Copyright © 2004–2021. All rights reserved.