|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractGraph.IncomingEdgeIterator<EdgeType,VertexType>
private static class AbstractGraph.IncomingEdgeIterator<EdgeType extends AbstractEdge<EdgeType,VertexType>,VertexType extends AbstractVertex<EdgeType,VertexType>>
Iterator over incoming edges.
Field Summary | |
---|---|
private EdgeType |
edge
|
Constructor Summary | |
---|---|
AbstractGraph.IncomingEdgeIterator(VertexType target)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
EdgeType |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private EdgeType extends AbstractEdge<EdgeType,VertexType> edge
Constructor Detail |
---|
public AbstractGraph.IncomingEdgeIterator(VertexType target)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<EdgeType extends AbstractEdge<EdgeType,VertexType>>
public EdgeType next()
next
in interface java.util.Iterator<EdgeType extends AbstractEdge<EdgeType,VertexType>>
public void remove()
remove
in interface java.util.Iterator<EdgeType extends AbstractEdge<EdgeType,VertexType>>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |