public class SortedPathIterator
extends java.lang.Object
implements java.util.Iterator<java.nio.file.Path>
| Constructor and Description |
|---|
SortedPathIterator(java.util.Iterator<java.nio.file.Path> iter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.nio.file.Path |
next() |