DelegatingCodeBaseIterator
public interface ICodeBaseIterator
Note that the close() method must be called when done with an ICodeBaseIterator object.
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
Return true if there is another resource to be scanned,
false otherwise.
|
ICodeBaseEntry |
next() |
Get the ICodeBaseEntry representing the next resource in the code base.
|
boolean hasNext() throws java.lang.InterruptedException
java.lang.InterruptedException
ICodeBaseEntry next() throws java.lang.InterruptedException
java.lang.InterruptedException
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.