Module utilities

Class PathListIterator

java.lang.Object
de.grogra.util.PathListIterator
All Implemented Interfaces:
Iterator

public class PathListIterator extends Object implements Iterator
  • Constructor Details

    • PathListIterator

      public PathListIterator(String list)
  • Method Details

    • remove

      public void remove()
      Specified by:
      remove in interface Iterator
    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator
    • next

      public Object next()
      Specified by:
      next in interface Iterator
    • nextPath

      public File nextPath()