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, remove
boolean hasPrev()
Object prev() throws NoSuchElementException
NoSuchElementException
void setKey(Object key)
void add(Object reference)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.