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 InterruptedException
InterruptedExceptionICodeBaseEntry next() throws InterruptedException
InterruptedExceptionCopyright © 2003–2015. All rights reserved.