| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree |
| Modifier and Type | Field and Description |
|---|---|
private Position |
AvlTreeCursor.position
The current position of this cursor, relative to the node
|
private Position |
AvlSingletonOrOrderedSetCursor.position
The current position of this cursor, relative to the node
|
private Position |
ArrayTreeCursor.position
The current position of this cursor, relative to the node
|
| Modifier and Type | Method and Description |
|---|---|
static Position |
Position.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|