Interface ClassFileIterator
- 
- All Superinterfaces:
- java.lang.Iterable<ClassFile>
 - All Known Implementing Classes:
- DirectoryIterator,- JarFileIterator
 
 public interface ClassFileIterator extends java.lang.Iterable<ClassFile> Iterator interface for iterating over a set of class files
- 
- 
Method SummaryModifier and Type Method Description ClassFilegetNextClassFile()Get the next class file in the iterationdefault java.util.Iterator<ClassFile>iterator()
 
-