|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.cursor.AbstractCursor<K>
org.apache.directory.server.core.avltree.ArrayTreeCursor<K>
public class ArrayTreeCursor<K>
A Cursor for an ArrayTree.
Constructor Summary | |
---|---|
ArrayTreeCursor(ArrayTree<K> array)
Create a cursor on an ArrayTree |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.directory.shared.ldap.cursor.AbstractCursor |
---|
checkNotClosed, close, close, isClosed, iterator, setClosureMonitor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayTreeCursor(ArrayTree<K> array)
array
- The array we want a cursor forMethod Detail |
---|
public void after(K element) throws java.lang.Exception
java.lang.Exception
public void afterLast() throws java.lang.Exception
java.lang.Exception
public boolean available()
public void before(K element) throws java.lang.Exception
java.lang.Exception
public void beforeFirst() throws java.lang.Exception
java.lang.Exception
public boolean first() throws java.lang.Exception
java.lang.Exception
public K get() throws java.lang.Exception
java.lang.Exception
public boolean isElementReused()
public boolean last() throws java.lang.Exception
java.lang.Exception
public boolean next() throws java.lang.Exception
java.lang.Exception
public boolean previous() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |