public interface Cursor extends Iterator
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object reference)
Add an unkeyed element to the collection.
|
void |
add(Object key,
Object reference)
Add a keyed element to the collection.
|
boolean |
hasPrev()
Is there a previous element in the collection?
|
Object |
prev()
Get the previous element
|
void |
setKey(Object key)
Point the list at a particular element.
|
forEachRemaining, hasNext, next, removeboolean hasPrev()
Object prev() throws NoSuchElementException
NoSuchElementExceptionvoid setKey(Object key)
void add(Object reference)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.