public enum MutableCharSetFactoryImpl extends Enum<MutableCharSetFactoryImpl> implements MutableCharSetFactory
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
empty() |
MutableCharSet |
of() |
MutableCharSet |
of(char... items) |
MutableCharSet |
ofAll(CharIterable items) |
MutableCharSet |
ofAll(Iterable<Character> iterable) |
static MutableCharSetFactoryImpl |
valueOf(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() |
MutableCharSet |
with(char... items) |
MutableCharSet |
withAll(CharIterable items) |
MutableCharSet |
withAll(Iterable<Character> iterable) |
MutableCharSet |
withInitialCapacity(int capacity) |
public static final MutableCharSetFactoryImpl INSTANCE
public static MutableCharSetFactoryImpl[] values()
for (MutableCharSetFactoryImpl c : MutableCharSetFactoryImpl.values()) System.out.println(c);
public static MutableCharSetFactoryImpl 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 MutableCharSet empty()
empty in interface MutableCharSetFactorypublic MutableCharSet of()
of in interface MutableCharSetFactorypublic MutableCharSet with()
with in interface MutableCharSetFactorypublic MutableCharSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableCharSetFactorypublic MutableCharSet of(char... items)
of in interface MutableCharSetFactorypublic MutableCharSet with(char... items)
with in interface MutableCharSetFactorypublic MutableCharSet ofAll(CharIterable items)
ofAll in interface MutableCharSetFactorypublic MutableCharSet withAll(CharIterable items)
withAll in interface MutableCharSetFactorypublic MutableCharSet ofAll(Iterable<Character> iterable)
ofAll in interface MutableCharSetFactorypublic MutableCharSet withAll(Iterable<Character> iterable)
withAll in interface MutableCharSetFactoryCopyright © 2004–2020. All rights reserved.