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