|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.VersionInsensitiveBugComparator.FilteringAnnotationIterator
private class VersionInsensitiveBugComparator.FilteringAnnotationIterator
Wrapper for BugAnnotation iterators, which filters out annotations we don't care about.
Field Summary | |
---|---|
private java.util.Iterator<BugAnnotation> |
iter
|
private BugAnnotation |
next
|
Constructor Summary | |
---|---|
VersionInsensitiveBugComparator.FilteringAnnotationIterator(java.util.Iterator<BugAnnotation> iter)
|
Method Summary | |
---|---|
private void |
findNext()
|
boolean |
hasNext()
|
BugAnnotation |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Iterator<BugAnnotation> iter
private BugAnnotation next
Constructor Detail |
---|
public VersionInsensitiveBugComparator.FilteringAnnotationIterator(java.util.Iterator<BugAnnotation> iter)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<BugAnnotation>
public BugAnnotation next()
next
in interface java.util.Iterator<BugAnnotation>
public void remove()
remove
in interface java.util.Iterator<BugAnnotation>
private void findNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |