Class VersionExtended.LinkedLibIterator
java.lang.Object
org.apache.subversion.javahl.types.VersionExtended.LinkedLibIterator
- All Implemented Interfaces:
java.util.Iterator<VersionExtended.LinkedLib>
- Enclosing class:
- VersionExtended
private class VersionExtended.LinkedLibIterator
extends java.lang.Object
implements java.util.Iterator<VersionExtended.LinkedLib>
Iterator for #LinkedLib.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
wrapper
-
index
private int index
-
-
Constructor Details
-
LinkedLibIterator
-
-
Method Details
-
hasNext
public boolean hasNext()Implementation of java.util.Iterator#hasNext().- Specified by:
hasNext
in interfacejava.util.Iterator<VersionExtended.LinkedLib>
- Returns:
- #true if next() can be called safely.
-
next
Implementation of java.util.Iterator#next().- Specified by:
next
in interfacejava.util.Iterator<VersionExtended.LinkedLib>
- Returns:
- The next element of the sequence.
-
remove
public void remove()Implementation of java.util.Iterator#remove().- Specified by:
remove
in interfacejava.util.Iterator<VersionExtended.LinkedLib>
-