public static enum BaseStream.Splitor extends Enum<BaseStream.Splitor>
Modifier and Type | Method and Description |
---|---|
static BaseStream.Splitor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseStream.Splitor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseStream.Splitor ARRAY
public static final BaseStream.Splitor ITERATOR
public static BaseStream.Splitor[] values()
for (BaseStream.Splitor c : BaseStream.Splitor.values()) System.out.println(c);
public static BaseStream.Splitor 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 nullCopyright © 2020. All rights reserved.