public enum ImmutableCharListFactoryImpl extends Enum<ImmutableCharListFactoryImpl> implements ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableCharListFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableCharListFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharList |
with() |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
ImmutableCharList |
withAll(Iterable<Character> iterable) |
public static final ImmutableCharListFactoryImpl INSTANCE
public static ImmutableCharListFactoryImpl[] values()
for (ImmutableCharListFactoryImpl c : ImmutableCharListFactoryImpl.values()) System.out.println(c);
public static ImmutableCharListFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2019. All rights reserved.