Interface ClassFileIterator
- All Known Implementing Classes:
- DirectoryIterator,- JarFileIterator
Iterator interface for iterating over a set of class files
- 
Method SummaryMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Method Details- 
getNextClassFileClassFile getNextClassFile()Get the next class file in the iteration- Returns:
- the next class file in the iteration
 
- 
iterator
 
-