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 |
with()
Same as
empty() . |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
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)
Copyright © 2004–2016. All rights reserved.