private class RelativePath.RelativePathIterator extends java.lang.Object implements java.util.Iterator<RelativePath>
Modifier and Type | Field and Description |
---|---|
private int |
index |
Modifier | Constructor and Description |
---|---|
private |
RelativePath.RelativePathIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RelativePath |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<RelativePath>
public RelativePath next()
next
in interface java.util.Iterator<RelativePath>
public void remove()
remove
in interface java.util.Iterator<RelativePath>