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 booleanhasMoreFiles()java.io.FilenextFile()-
Methods inherited from interface com.mchange.io.IOEnumeration
hasMoreElements, nextElement
-
-