ICodeBaseIteratorpublic class DelegatingCodeBaseIterator extends java.lang.Object implements ICodeBaseIterator
| Constructor | Description |
|---|---|
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase,
IScannableCodeBase delegateCodeBase) |
| 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.
|
public DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase, IScannableCodeBase delegateCodeBase) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic boolean hasNext()
throws java.lang.InterruptedException
ICodeBaseIteratorhasNext in interface ICodeBaseIteratorjava.lang.InterruptedExceptionpublic ICodeBaseEntry next() throws java.lang.InterruptedException
ICodeBaseIteratornext in interface ICodeBaseIteratorjava.lang.InterruptedExceptionFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.