protected static enum IPv6Address.LongShort extends java.lang.Enum<IPv6Address.LongShort>
| Modifier and Type | Method and Description |
|---|---|
int |
isolateAsInt(long l) |
long |
isolateAsLong(long l) |
static IPv6Address.LongShort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPv6Address.LongShort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPv6Address.LongShort SHORT_A
public static final IPv6Address.LongShort SHORT_B
public static final IPv6Address.LongShort SHORT_C
public static final IPv6Address.LongShort SHORT_D
public static IPv6Address.LongShort[] values()
for (IPv6Address.LongShort c : IPv6Address.LongShort.values()) System.out.println(c);
public static IPv6Address.LongShort valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long isolateAsLong(long l)
public int isolateAsInt(long l)