public interface ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableCharList |
of()
Same as
with(). |
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 |
with() |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
ImmutableCharList of()
with().ImmutableCharList with()
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)
Copyright © 2004–2017. All rights reserved.