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. deepClone()
Deep clone implementationRoutedTripDeparturesImpl
RoutedTripDeparturesImpl. deepCloneWithMapping(BiConsumer<RoutedTripDeparture,RoutedTripDeparture> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripDeparturesImpl
RoutedTripDeparturesImpl. shallowClone()
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 other, boolean deepCopy, BiConsumer<RoutedTripDeparture,RoutedTripDeparture> mapper)
Copy constructor, also creates new factory with this as its underlying container
-