Class PathIterator

java.lang.Object
com.aoapps.io.filesystems.PathIterator
All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<Path>
Direct Known Subclasses:
FileSystemWrapper.PathIteratorWrapper

public abstract class PathIterator extends Object implements Iterator<Path>, Closeable
Iterates over paths, must be closed when done. TODO: Support ListIterator when underlying iterator is a list iterator, will require PathListIterator implementation.
Author:
AO Industries, Inc.
See Also: