Uses of Class
com.aoapps.io.filesystems.PathIterator
-
Uses of PathIterator in com.aoapps.io.filesystems
Subclasses of PathIterator in com.aoapps.io.filesystemsModifier and TypeClassDescriptionprotected class
WrapsPathIterator
, wrapping each result inFileSystemWrapper.PathIteratorWrapper.next()
.Fields in com.aoapps.io.filesystems declared as PathIteratorModifier and TypeFieldDescriptionprotected final PathIterator
FileSystemWrapper.PathIteratorWrapper.wrappedIter
Methods in com.aoapps.io.filesystems that return PathIteratorModifier and TypeMethodDescriptionLists the children of the given path in no specific order.Random chance of fail on list as well as list iteration.Constructors in com.aoapps.io.filesystems with parameters of type PathIteratorModifierConstructorDescriptionprotected
PathIteratorWrapper
(FileSystemWrapper.PathWrapper parent, PathIterator wrappedIter)