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