public interface VersionIterator extends RangeIterator
Versions objects with nextVersion as well as a skip method inherited from RangeIterator.| Modifier and Type | Method and Description | 
|---|---|
| Version | nextVersion()Returns the next  Versionin the iteration. | 
getPosition, getSize, skipVersion nextVersion()
Version in the iteration.Version in the iteration.java.util.NoSuchElementException - if iteration has no more Versions.