public class ArrayTreeCursor<K>
extends org.apache.directory.shared.ldap.cursor.AbstractCursor<K>
Constructor and Description |
---|
ArrayTreeCursor(ArrayTree<K> array)
Create a cursor on an ArrayTree
|
Modifier and Type | Method and Description |
---|---|
void |
after(K element) |
void |
afterLast() |
boolean |
available() |
void |
before(K element) |
void |
beforeFirst() |
boolean |
first() |
K |
get() |
boolean |
isElementReused() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.