public enum ImmutableCharBagFactoryImpl extends Enum<ImmutableCharBagFactoryImpl> implements ImmutableCharBagFactory
ImmutableCharBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharBag |
empty() |
ImmutableCharBag |
of() |
ImmutableCharBag |
of(char... items) |
ImmutableCharBag |
of(char one) |
ImmutableCharBag |
ofAll(CharIterable items) |
ImmutableCharBag |
ofAll(Iterable<Character> iterable) |
static ImmutableCharBagFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableCharBagFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharBag |
with() |
ImmutableCharBag |
with(char... items) |
ImmutableCharBag |
with(char one) |
ImmutableCharBag |
withAll(CharIterable items) |
ImmutableCharBag |
withAll(Iterable<Character> iterable) |
public static final ImmutableCharBagFactoryImpl INSTANCE
public static ImmutableCharBagFactoryImpl[] values()
for (ImmutableCharBagFactoryImpl c : ImmutableCharBagFactoryImpl.values()) System.out.println(c);
public static ImmutableCharBagFactoryImpl 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 ImmutableCharBag empty()
empty in interface ImmutableCharBagFactorypublic ImmutableCharBag of()
of in interface ImmutableCharBagFactorypublic ImmutableCharBag with()
with in interface ImmutableCharBagFactorypublic ImmutableCharBag of(char one)
of in interface ImmutableCharBagFactorypublic ImmutableCharBag with(char one)
with in interface ImmutableCharBagFactorypublic ImmutableCharBag of(char... items)
of in interface ImmutableCharBagFactorypublic ImmutableCharBag with(char... items)
with in interface ImmutableCharBagFactorypublic ImmutableCharBag ofAll(CharIterable items)
ofAll in interface ImmutableCharBagFactorypublic ImmutableCharBag withAll(CharIterable items)
withAll in interface ImmutableCharBagFactorypublic ImmutableCharBag ofAll(Iterable<Character> iterable)
ofAll in interface ImmutableCharBagFactorypublic ImmutableCharBag withAll(Iterable<Character> iterable)
withAll in interface ImmutableCharBagFactoryCopyright © 2004–2021. All rights reserved.