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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClassFile
getNextClassFile()
Get the next class file in the iterationdefault java.util.Iterator<ClassFile>
iterator()
-