public class ImmutableCharListFactoryImpl extends Object implements ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharListFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharList |
empty() |
ImmutableCharList |
of() |
ImmutableCharList |
of(char... items) |
ImmutableCharList |
of(char one) |
ImmutableCharList |
ofAll(CharIterable items) |
ImmutableCharList |
ofAll(Iterable<Character> iterable) |
ImmutableCharList |
with() |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
ImmutableCharList |
withAll(Iterable<Character> iterable) |
public static final ImmutableCharListFactory INSTANCE
public ImmutableCharList empty()
empty in interface ImmutableCharListFactorypublic ImmutableCharList of()
of in interface ImmutableCharListFactorypublic ImmutableCharList with()
with in interface ImmutableCharListFactorypublic ImmutableCharList of(char one)
of in interface ImmutableCharListFactorypublic ImmutableCharList with(char one)
with in interface ImmutableCharListFactorypublic ImmutableCharList of(char... items)
of in interface ImmutableCharListFactorypublic ImmutableCharList with(char... items)
with in interface ImmutableCharListFactorypublic ImmutableCharList ofAll(CharIterable items)
ofAll in interface ImmutableCharListFactorypublic ImmutableCharList withAll(CharIterable items)
withAll in interface ImmutableCharListFactorypublic ImmutableCharList ofAll(Iterable<Character> iterable)
ofAll in interface ImmutableCharListFactorypublic ImmutableCharList withAll(Iterable<Character> iterable)
withAll in interface ImmutableCharListFactoryCopyright © 2004–2022. All rights reserved.