Class AbstractGraph.OutgoingEdgeIterator<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>>

java.lang.Object
edu.umd.cs.findbugs.graph.AbstractGraph.OutgoingEdgeIterator<EdgeType, VertexType>
All Implemented Interfaces:
Iterator<EdgeType>
Enclosing class:
AbstractGraph<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>>

private static class AbstractGraph.OutgoingEdgeIterator<EdgeType extends AbstractEdge<EdgeType, VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>> extends Object implements Iterator<EdgeType>
Iterator over outgoing edges.