Uses of Class
org.goplanit.service.routed.RoutedTripDeparturesImpl
-
Packages that use RoutedTripDeparturesImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripDeparturesImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedTripDeparturesImpl Modifier and Type Method Description RoutedTripDeparturesImpl
RoutedTripDeparturesImpl. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.service.routed with parameters of type RoutedTripDeparturesImpl Constructor Description RoutedTripDeparturesImpl(RoutedTripDeparturesImpl routedTripDepartures)
Copy constructor
-