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