java.io.Serializable, java.lang.Comparable<MutableCharListFactoryImpl>, MutableCharListFactorypublic enum MutableCharListFactoryImpl extends java.lang.Enum<MutableCharListFactoryImpl> implements MutableCharListFactory
MutableCharList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharList |
empty() |
|
MutableCharList |
of() |
Same as
MutableCharListFactory.empty(). |
MutableCharList |
of(char... items) |
Same as
MutableCharListFactory.with(char[]). |
MutableCharList |
ofAll(java.lang.Iterable<java.lang.Character> iterable) |
Same as
#withAll(IterableCharacter). |
MutableCharList |
ofAll(CharIterable items) |
|
static MutableCharListFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableCharListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableCharList |
with() |
Same as
MutableCharListFactory.empty(). |
MutableCharList |
with(char... items) |
|
MutableCharList |
withAll(java.lang.Iterable<java.lang.Character> iterable) |
|
MutableCharList |
withAll(CharIterable items) |
public static final MutableCharListFactoryImpl INSTANCE
public static MutableCharListFactoryImpl[] values()
for (MutableCharListFactoryImpl c : MutableCharListFactoryImpl.values()) System.out.println(c);
public static MutableCharListFactoryImpl 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 MutableCharList empty()
empty in interface MutableCharListFactorypublic MutableCharList of()
MutableCharListFactoryMutableCharListFactory.empty().of in interface MutableCharListFactorypublic MutableCharList with()
MutableCharListFactoryMutableCharListFactory.empty().with in interface MutableCharListFactorypublic MutableCharList of(char... items)
MutableCharListFactoryMutableCharListFactory.with(char[]).of in interface MutableCharListFactorypublic MutableCharList with(char... items)
with in interface MutableCharListFactorypublic MutableCharList ofAll(CharIterable items)
MutableCharListFactoryofAll in interface MutableCharListFactorypublic MutableCharList withAll(CharIterable items)
withAll in interface MutableCharListFactorypublic MutableCharList ofAll(java.lang.Iterable<java.lang.Character> iterable)
MutableCharListFactory#withAll(IterableCharacter).ofAll in interface MutableCharListFactorypublic MutableCharList withAll(java.lang.Iterable<java.lang.Character> iterable)
withAll in interface MutableCharListFactoryCopyright © 2004–2020. All rights reserved.