public enum MutableCharBagFactoryImpl extends Enum<MutableCharBagFactoryImpl> implements MutableCharBagFactory
MutableCharBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
MutableCharBag |
empty() |
MutableCharBag |
of() |
MutableCharBag |
of(char... items) |
MutableCharBag |
ofAll(CharIterable items) |
MutableCharBag |
ofAll(Iterable<Character> iterable) |
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() |
MutableCharBag |
with(char... items) |
MutableCharBag |
withAll(CharIterable items) |
MutableCharBag |
withAll(Iterable<Character> iterable) |
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()
of in interface MutableCharBagFactorypublic MutableCharBag with()
with in interface MutableCharBagFactorypublic MutableCharBag of(char... items)
of in interface MutableCharBagFactorypublic MutableCharBag with(char... items)
with in interface MutableCharBagFactorypublic MutableCharBag ofAll(CharIterable items)
ofAll in interface MutableCharBagFactorypublic MutableCharBag withAll(CharIterable items)
withAll in interface MutableCharBagFactorypublic MutableCharBag ofAll(Iterable<Character> iterable)
ofAll in interface MutableCharBagFactorypublic MutableCharBag withAll(Iterable<Character> iterable)
withAll in interface MutableCharBagFactoryCopyright © 2004–2020. All rights reserved.