Uses of Class
org.goplanit.utils.od.OdHashedIterator
-
Packages that use OdHashedIterator Package Description org.goplanit.od.path This package holds the origin-destination path objects.org.goplanit.utils.od Top-level abstract interfaces to handle Origin-Destination Data -
-
Uses of OdHashedIterator in org.goplanit.od.path
Subclasses of OdHashedIterator in org.goplanit.od.path Modifier and Type Class Description classOdPathsHashed.OdPathsHashedIteratorWrapper around hashed iterator for od paths -
Uses of OdHashedIterator in org.goplanit.utils.od
Methods in org.goplanit.utils.od that return OdHashedIterator Modifier and Type Method Description OdHashedIterator<T>OdHashed. iterator()Returns an iterator which can iterate through all the origin-destination entriesabstract OdHashedIterator<T>OdHashedImpl. iterator()Returns an iterator which can iterate through all the origin-destination entries
-