|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HGRandomAccessResult.GotoResult>
org.hypergraphdb.HGRandomAccessResult.GotoResult
public static enum HGRandomAccessResult.GotoResult
Enumerates the possible results of a call to the goTo in a
HGRandomAccessResult.
| Enum Constant Summary | |
|---|---|
close
Indicates that the element was not found, but the cursor was positioned to the next element greater than the element sought for. |
|
found
Indicates that the element was found and the cursor is positioned on that element. |
|
nothing
Indicates that the element was not found and the cursor has NOT changed position. |
|
| Method Summary | |
|---|---|
static HGRandomAccessResult.GotoResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HGRandomAccessResult.GotoResult[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HGRandomAccessResult.GotoResult found
public static final HGRandomAccessResult.GotoResult nothing
public static final HGRandomAccessResult.GotoResult close
| Method Detail |
|---|
public static final HGRandomAccessResult.GotoResult[] values()
for(HGRandomAccessResult.GotoResult c : HGRandomAccessResult.GotoResult.values())
System.out.println(c);
public static HGRandomAccessResult.GotoResult 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 name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||