static enum BufferImpl.FindMode extends java.lang.Enum<BufferImpl.FindMode>
| Modifier and Type | Method and Description |
|---|---|
static BufferImpl.FindMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BufferImpl.FindMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferImpl.FindMode FIRST
public static final BufferImpl.FindMode LAST
public static final BufferImpl.FindMode UNIQUE
public static BufferImpl.FindMode[] values()
for (BufferImpl.FindMode c : BufferImpl.FindMode.values()) System.out.println(c);
public static BufferImpl.FindMode 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 null