Package com.mchange.io
Interface FileEnumeration
-
- All Superinterfaces:
IOEnumeration
- All Known Implementing Classes:
DirectoryDescendingFileFinderImpl
public interface FileEnumeration extends IOEnumeration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMoreFiles()
java.io.File
nextFile()
-
Methods inherited from interface com.mchange.io.IOEnumeration
hasMoreElements, nextElement
-
-