Package algs44
Class XAdjMatrixEdgeWeightedDigraph.AdjIterator
java.lang.Object
algs44.XAdjMatrixEdgeWeightedDigraph.AdjIterator
- All Implemented Interfaces:
- Iterable<DirectedEdge>,- Iterator<DirectedEdge>
- Enclosing class:
- XAdjMatrixEdgeWeightedDigraph
private class XAdjMatrixEdgeWeightedDigraph.AdjIterator
extends Object
implements Iterator<DirectedEdge>, Iterable<DirectedEdge>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
v
- 
w
 
- 
- 
Constructor Details- 
AdjIterator
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Iterable<DirectedEdge>
 
- 
hasNext- Specified by:
- hasNextin interface- Iterator<DirectedEdge>
 
- 
next- Specified by:
- nextin interface- Iterator<DirectedEdge>
 
- 
remove- Specified by:
- removein interface- Iterator<DirectedEdge>
 
 
-