protected static enum EncodingUtilImpl.Surrogate extends Enum<EncodingUtilImpl.Surrogate>
EncodingUtilImpl.Surrogate
from an UTF-16 sequence.Enum Constant and Description |
---|
FIRST
The first, most significant surrogate.
|
SECOND
The second, least significant surrogate.
|
Modifier and Type | Method and Description |
---|---|
static EncodingUtilImpl.Surrogate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingUtilImpl.Surrogate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingUtilImpl.Surrogate FIRST
public static final EncodingUtilImpl.Surrogate SECOND
public static EncodingUtilImpl.Surrogate[] values()
for (EncodingUtilImpl.Surrogate c : EncodingUtilImpl.Surrogate.values()) System.out.println(c);
public static EncodingUtilImpl.Surrogate 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 © 2001–2016 mmm-Team. All rights reserved.