public interface ICodeBaseIterator
Note that the close() method must be called when done with an ICodeBaseIterator object.
| Modifier and Type | Method and 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.InterruptedExceptionICodeBaseEntry next() throws java.lang.InterruptedException
java.lang.InterruptedExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.