javax.jcr.version
Interface VersionIterator
- All Superinterfaces:
- java.util.Iterator, RangeIterator
- public interface VersionIterator
- extends RangeIterator
Allows easy iteration through a list of Versions objects
with nextVersion as well as a skip method inherited from
RangeIterator.
- Author:
- Peeter Piegaze
| 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 Versions.
Copyright © 2005 Aparzev Software Ltd.
All Rights Reserved.