@NotThreadSafe public final class FileSystemIterator extends IterableIterator<File>
| Constructor and Description |
|---|
FileSystemIterator(File aBaseDir)
Constructor.
|
FileSystemIterator(File aBaseDir,
String sDirName)
Constructor.
|
FileSystemIterator(String sBaseDir)
Constructor.
|
createEmpty, hasNext, iterator, next, remove, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwithFilter, withMappercontainsAny, containsNone, containsOnly, findAll, findAllInstanceOf, findAllMapped, findAllMapped, findAllMapped, findFirst, findFirst, findFirstMapped, findFirstMapped, forEach, forEachBreakable, forEachByIndex, getCount, getCountforEach, spliteratorforEachRemainingpublic FileSystemIterator(@Nonnull String sBaseDir)
sBaseDir - The base directory to iterate. May not be null.public FileSystemIterator(@Nonnull File aBaseDir)
aBaseDir - The base directory to iterate. May not be null.Copyright © 2014–2017 Philip Helger. All rights reserved.