public enum ImmutableCharSetFactoryImpl extends Enum<ImmutableCharSetFactoryImpl> implements ImmutableCharSetFactory
ImmutableCharSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharSet |
empty() |
ImmutableCharSet |
of() |
ImmutableCharSet |
of(char... items) |
ImmutableCharSet |
of(char one) |
ImmutableCharSet |
ofAll(CharIterable items) |
ImmutableCharSet |
ofAll(Iterable<Character> iterable) |
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() |
ImmutableCharSet |
with(char... items) |
ImmutableCharSet |
with(char one) |
ImmutableCharSet |
withAll(CharIterable items) |
ImmutableCharSet |
withAll(Iterable<Character> iterable) |
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()
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with()
with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char one)
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char one)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char... items)
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char... items)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet ofAll(CharIterable items)
ofAll in interface ImmutableCharSetFactorypublic ImmutableCharSet withAll(CharIterable items)
withAll in interface ImmutableCharSetFactorypublic ImmutableCharSet ofAll(Iterable<Character> iterable)
ofAll in interface ImmutableCharSetFactorypublic ImmutableCharSet withAll(Iterable<Character> iterable)
withAll in interface ImmutableCharSetFactoryCopyright © 2004–2021. All rights reserved.