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