public interface Cursor
extends java.util.Iterator
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object reference)
Add an unkeyed element to the collection.
|
void |
add(java.lang.Object key,
java.lang.Object reference)
Add a keyed element to the collection.
|
boolean |
hasPrev()
Is there a previous element in the collection?
|
java.lang.Object |
prev()
Get the previous element
|
void |
setKey(java.lang.Object key)
Point the list at a particular element.
|
boolean hasPrev()
java.lang.Object prev() throws java.util.NoSuchElementException
java.util.NoSuchElementException
void setKey(java.lang.Object key)
void add(java.lang.Object reference)
void add(java.lang.Object key, java.lang.Object reference)