|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoreNodeIterator
Extends the NodeIterator interface by adding a getScore() method that returns the score for the node that is returned by
NodeIterator.nextNode().
| Method Summary | |
|---|---|
double |
getScore()
Returns the score of the node returned by NodeIterator.nextNode(). |
| Methods inherited from interface javax.jcr.NodeIterator |
|---|
nextNode |
| Methods inherited from interface javax.jcr.RangeIterator |
|---|
getPosition, getSize, skip |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
double getScore()
NodeIterator.nextNode(). In other
words, this method returns the score value of the next
Node.
NodeIterator.nextNode().
java.util.NoSuchElementException - if there is no next node.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||