Uses of Class
org.goplanit.utils.od.OdMatrixIterator
-
Packages that use OdMatrixIterator Package Description org.goplanit.od.demand Contains the definitions of the Origin-Destination Demand classesorg.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdMatrixIterator in org.goplanit.od.demand
Subclasses of OdMatrixIterator in org.goplanit.od.demand Modifier and Type Class Description class
OdDemandMatrix.OdDemandMatrixIterator
Wrapper around primitive matrix iterator -
Uses of OdMatrixIterator in org.goplanit.od.path
Subclasses of OdMatrixIterator in org.goplanit.od.path Modifier and Type Class Description class
OdPathMatrix.OdPathMatrixIterator
Wrapper around primitive matrix iterator -
Uses of OdMatrixIterator in org.goplanit.od.skim
Subclasses of OdMatrixIterator in org.goplanit.od.skim Modifier and Type Class Description class
OdSkimMatrix.OdSkimMatrixIterator
Wrapper around primitive matrix iterator -
Uses of OdMatrixIterator in org.goplanit.utils.od
Subclasses of OdMatrixIterator in org.goplanit.utils.od Modifier and Type Class Description class
OdNonPrimitiveMatrixIterator<T>
Iterator of OdMatrix with objects stored as raw two dimensional arrayclass
OdPrimitiveMatrixIterator<T extends Number>
Iterator of OdMatrix with primitives stored as Array2DMethods in org.goplanit.utils.od that return OdMatrixIterator Modifier and Type Method Description OdMatrixIterator<T,U>
OdMatrix. iterator()
Returns an iterator which can iterate through all the origin-destination cells in the matrixabstract OdMatrixIterator<T,U>
OdMatrixImpl. iterator()
Returns an iterator which can iterate through all the origin-destination cells in the matrixabstract OdMatrixIterator<T,T[][]>
OdNonPrimitiveMatrix. iterator()
Returns an iterator which can iterate through all the origin-destination cells in the matrixabstract OdMatrixIterator<T,org.ojalgo.array.Array2D<T>>
OdPrimitiveMatrix. iterator()
Returns an iterator which can iterate through all the origin-destination cells in the matrix
-