public class FileFromPathIterator
extends java.lang.Object
implements java.util.Iterator<java.io.File>
Iterator<String>
to an Iterator<File>
, where each
String in the original iterator is created via URI.toString()Constructor and Description |
---|
FileFromPathIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.io.File |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.io.File>
public java.io.File next()
next
in interface java.util.Iterator<java.io.File>
public void remove()
remove
in interface java.util.Iterator<java.io.File>