Uses of Class
org.goplanit.utils.od.OdHashedImpl
-
Packages that use OdHashedImpl 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 OdHashedImpl in org.goplanit.od.path
Subclasses of OdHashedImpl in org.goplanit.od.path Modifier and Type Class Description classOdPathsHashedThis class stores paths by their origin and destination by creating a unique hash for the combined ids of the od zones. -
Uses of OdHashedImpl in org.goplanit.utils.od
Methods in org.goplanit.utils.od that return OdHashedImpl Modifier and Type Method Description abstract OdHashedImpl<T>OdHashedImpl. clone()Create a shallow copy of this entityConstructors in org.goplanit.utils.od with parameters of type OdHashedImpl Constructor Description OdHashedImpl(OdHashedImpl<T> other)Copy constructor (shallow copy of contents)
-