javax.jcr.version
Interface VersionIterator
- All Superinterfaces:
- java.util.Iterator, RangeIterator
- public interface VersionIterator
- extends RangeIterator
Allows easy iteration through a list of Version
s objects
with nextVersion
as well as a skip
method inherited from
RangeIterator
.
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
nextVersion
public Version nextVersion()
- Returns the next
Version
in the iteration.
- Returns:
- the next
Version
in the iteration.
- Throws:
java.util.NoSuchElementException
- if iteration has no more Version
s.
Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.