java.io.Serializable, java.lang.Comparable<ImmutableCharListFactoryImpl>, ImmutableCharListFactorypublic enum ImmutableCharListFactoryImpl extends java.lang.Enum<ImmutableCharListFactoryImpl> implements ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharList |
empty() |
|
ImmutableCharList |
of() |
Same as
ImmutableCharListFactory.empty(). |
ImmutableCharList |
of(char one) |
Same as
ImmutableCharListFactory.with(char). |
ImmutableCharList |
of(char... items) |
|
ImmutableCharList |
ofAll(java.lang.Iterable<java.lang.Character> iterable) |
Same as
#withAll(IterableCharacter). |
ImmutableCharList |
ofAll(CharIterable items) |
|
static ImmutableCharListFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableCharListFactory.empty(). |
ImmutableCharList |
with(char one) |
|
ImmutableCharList |
with(char... items) |
|
ImmutableCharList |
withAll(java.lang.Iterable<java.lang.Character> iterable) |
|
ImmutableCharList |
withAll(CharIterable items) |
public static final ImmutableCharListFactoryImpl INSTANCE
public static ImmutableCharListFactoryImpl[] values()
for (ImmutableCharListFactoryImpl c : ImmutableCharListFactoryImpl.values()) System.out.println(c);
public static ImmutableCharListFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImmutableCharList empty()
empty in interface ImmutableCharListFactorypublic ImmutableCharList of()
ImmutableCharListFactoryImmutableCharListFactory.empty().of in interface ImmutableCharListFactorypublic ImmutableCharList with()
ImmutableCharListFactoryImmutableCharListFactory.empty().with in interface ImmutableCharListFactorypublic ImmutableCharList of(char one)
ImmutableCharListFactoryImmutableCharListFactory.with(char).of in interface ImmutableCharListFactorypublic ImmutableCharList with(char one)
with in interface ImmutableCharListFactorypublic ImmutableCharList of(char... items)
ImmutableCharListFactoryof in interface ImmutableCharListFactorypublic ImmutableCharList with(char... items)
with in interface ImmutableCharListFactorypublic ImmutableCharList ofAll(CharIterable items)
ImmutableCharListFactoryofAll in interface ImmutableCharListFactorypublic ImmutableCharList withAll(CharIterable items)
withAll in interface ImmutableCharListFactorypublic ImmutableCharList ofAll(java.lang.Iterable<java.lang.Character> iterable)
ImmutableCharListFactory#withAll(IterableCharacter).ofAll in interface ImmutableCharListFactorypublic ImmutableCharList withAll(java.lang.Iterable<java.lang.Character> iterable)
withAll in interface ImmutableCharListFactoryCopyright © 2004–2020. All rights reserved.