Package org.goplanit.od.path
Interface OdPathIterator
-
- All Superinterfaces:
Iterator<DirectedPath>
,OdDataIterator<DirectedPath>
- All Known Implementing Classes:
OdPathMatrix.OdPathMatrixIterator
public interface OdPathIterator extends OdDataIterator<DirectedPath>
Iterator for directed paths tracked by od- Author:
- markr
-
-
Method Summary
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface org.goplanit.utils.od.OdDataIterator
getCurrentDestination, getCurrentOrigin, getCurrentValue
-
-