public interface UnfailingIterator extends SequenceIterator
GROUNDED, LAST_POSITION_FINDER, LOOKAHEAD
?????? | ????? |
---|---|
Item |
current()
Get the current item in the sequence.
|
SequenceIterator |
getAnother()
Get another iterator over the same sequence of items, positioned at the
start of the sequence.
|
Item |
next()
Get the next item in the sequence.
|
int |
position()
Get the current position
|
close, getProperties
Item next()
next
???? SequenceIterator
Item current()
current
???? SequenceIterator
int position()
position
???? SequenceIterator
SequenceIterator getAnother()
getAnother
???? SequenceIterator