ICodeBaseIterator
public class JrtfsCodeBase.JrtfsCodeBaseIterator extends java.lang.Object implements ICodeBaseIterator
Constructor | Description |
---|---|
JrtfsCodeBaseIterator() |
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 boolean hasNext() throws java.lang.InterruptedException
ICodeBaseIterator
hasNext
in interface ICodeBaseIterator
java.lang.InterruptedException
public ICodeBaseEntry next() throws java.lang.InterruptedException
ICodeBaseIterator
next
in interface ICodeBaseIterator
java.lang.InterruptedException
SpotBugs is licensed under the LGPL.