public class UriFromPathIterator
extends java.lang.Object
implements java.util.Iterator<java.net.URI>
Iterator<String>
to an Iterator<URI>
, where each
String in the original iterator is a PathConstructor and Description |
---|
UriFromPathIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.net.URI |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.net.URI>
public java.net.URI next()
next
in interface java.util.Iterator<java.net.URI>
public void remove()
remove
in interface java.util.Iterator<java.net.URI>