Class | Description |
---|---|
FileFromPathIterator |
A simple utility method to convert a
Iterator<String> to an Iterator<File> , where each
String in the original iterator is created via URI.toString() |
ShuffledListIterator<T> |
A very simple iterator over a list, that takes an optional int[] for the order.
|
UriFromPathIterator |
A simple utility method to convert a
Iterator<String> to an Iterator<URI> , where each
String in the original iterator is a Path |