|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionIterator
Allows easy iteration through a list of Version
s objects with
nextVersion
as well as a skip
method inherited from
RangeIterator
.
Method Summary | |
---|---|
Version |
nextVersion()
Returns the next Version in the iteration. |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, getSize, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
Version nextVersion()
Version
in the iteration.
Version
in the iteration.
java.util.NoSuchElementException
- if iteration has no more
Version
s.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |