Class DirectoryCodeBase.DirectoryCodeBaseIterator
java.lang.Object
edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBase.DirectoryCodeBaseIterator
- All Implemented Interfaces:
ICodeBaseIterator
- Enclosing class:
DirectoryCodeBase
private class DirectoryCodeBase.DirectoryCodeBaseIterator
extends Object
implements ICodeBaseIterator
-
Field Details
-
fileNameIterator
-
-
Constructor Details
-
DirectoryCodeBaseIterator
private DirectoryCodeBaseIterator()
-
-
Method Details
-
hasNext
Description copied from interface:ICodeBaseIterator
Return true if there is another resource to be scanned, false otherwise.- Specified by:
hasNext
in interfaceICodeBaseIterator
- Returns:
- true if there is another resource to be scanned, false otherwise
- Throws:
InterruptedException
-
next
Description copied from interface:ICodeBaseIterator
Get the ICodeBaseEntry representing the next resource in the code base.- Specified by:
next
in interfaceICodeBaseIterator
- Returns:
- the ICodeBaseEntry representing the next resource in the code base
- Throws:
InterruptedException
-