Modifier and Type | Method and Description |
---|---|
void |
cyclicNext()
Moves the cursor to the cyclic next element of the underlying sequence.
|
void |
cyclicPrev()
Moves the cursor to the cyclic previous element of the underlying sequence.
|
Node |
node()
Gets the node at the current location of the cursor.
|
void cyclicNext()
This is the next element if available, else it is the first element.
void cyclicPrev()
This is the previous element if available, else it is the last element.