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