Package org.goplanit.od.demand
Class OdDemandMatrix.OdDemandMatrixIterator
- java.lang.Object
-
- org.goplanit.utils.od.OdMatrixIterator<T,org.ojalgo.array.Array2D<T>>
-
- org.goplanit.utils.od.OdPrimitiveMatrixIterator<Double>
-
- org.goplanit.od.demand.OdDemandMatrix.OdDemandMatrixIterator
-
- All Implemented Interfaces:
Iterator<Double>
,OdDataIterator<Double>
- Enclosing class:
- OdDemandMatrix
public class OdDemandMatrix.OdDemandMatrixIterator extends OdPrimitiveMatrixIterator<Double>
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 OdDemandMatrixIterator(OdDemandMatrix OdDemandMatrix)
-
Method Summary
-
Methods inherited from class org.goplanit.utils.od.OdPrimitiveMatrixIterator
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, remove
-
-
-
-
Constructor Detail
-
OdDemandMatrixIterator
public OdDemandMatrixIterator(OdDemandMatrix OdDemandMatrix)
-
-