Interface ScoreNodeIterator
-
- All Superinterfaces:
Iterator
,RangeIterator
- All Known Implementing Classes:
ScoreNodeIteratorImpl
public interface ScoreNodeIterator extends RangeIterator
A range iterator overScoreNode
[].
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScoreNode[]
nextScoreNodes()
Returns the next score nodes.-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
-
-
-
Method Detail
-
nextScoreNodes
ScoreNode[] nextScoreNodes()
Returns the next score nodes.- Returns:
- the next score nodes.
- Throws:
NoSuchElementException
- if there are no next score nodes.
-
-