Class PathIterator

java.lang.Object
nl.knaw.dans.lib.util.PathIterator
All Implemented Interfaces:
Iterator<Path>

public class PathIterator extends Object implements Iterator<Path>
Turns an iterator of Files into an iterator of Paths and provides a count of the number of iterated paths so far.
  • Constructor Details

    • PathIterator

      public PathIterator()
  • Method Details