Uses of Class
org.goplanit.service.routed.RoutedTripsImpl
-
Packages that use RoutedTripsImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripsImpl in org.goplanit.service.routed
Subclasses of RoutedTripsImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedTripsFrequencyImpl
Implementation of the RoutedTripsFrequency interface.class
RoutedTripsScheduleImpl
Implementation of the RoutedTripsSchedule interface.Methods in org.goplanit.service.routed that return RoutedTripsImpl Modifier and Type Method Description abstract RoutedTripsImpl
RoutedTripsImpl. deepClone()
Deep clone implementationabstract RoutedTripsImpl
RoutedTripsImpl. deepCloneWithMapping(BiConsumer<T,T> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperabstract RoutedTripsImpl
RoutedTripsImpl. 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 RoutedTripsImpl Constructor Description RoutedTripsImpl(RoutedTripsImpl<T> routedTripsBase, boolean deepCopy, BiConsumer<T,T> mapper)
Copy constructor, incomplete, requires derived class to explicitly set factory
-