Package org.goplanit.od.path
Class OdPathMatrix.OdPathMatrixIterator
- java.lang.Object
-
- org.goplanit.utils.od.OdMatrixIterator<T,T[][]>
-
- org.goplanit.utils.od.OdNonPrimitiveMatrixIterator<ManagedDirectedPath>
-
- org.goplanit.od.path.OdPathMatrix.OdPathMatrixIterator
-
- All Implemented Interfaces:
Iterator<ManagedDirectedPath>
,OdPathIterator
,OdDataIterator<ManagedDirectedPath>
- Enclosing class:
- OdPathMatrix
public class OdPathMatrix.OdPathMatrixIterator extends OdNonPrimitiveMatrixIterator<ManagedDirectedPath> implements OdPathIterator
Wrapper around primitive matrix iterator- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.utils.od.OdMatrixIterator
currentLocation, destinationId, originId, zones
-
-
Constructor Summary
Constructors Constructor Description OdPathMatrixIterator(OdPathMatrix matrix)
-
Method Summary
-
Methods inherited from class org.goplanit.utils.od.OdNonPrimitiveMatrixIterator
getCurrentValue
-
Methods inherited from class org.goplanit.utils.od.OdMatrixIterator
getCurrentDestination, getCurrentOrigin, getMatrixContent, hasNext, next, updateCurrentLocation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Methods inherited from interface org.goplanit.utils.od.OdDataIterator
getCurrentDestination, getCurrentOrigin, getCurrentValue
-
-
-
-
Constructor Detail
-
OdPathMatrixIterator
public OdPathMatrixIterator(OdPathMatrix matrix)
-
-