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