Uses of Class
org.goplanit.service.routed.RoutedTripsFrequencyImpl
-
Packages that use RoutedTripsFrequencyImpl Package Description org.goplanit.service.routed -
-
Uses of RoutedTripsFrequencyImpl in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedTripsFrequencyImpl Modifier and Type Method Description RoutedTripsFrequencyImpl
RoutedTripsFrequencyImpl. deepClone()
Deep clone implementationRoutedTripsFrequencyImpl
RoutedTripsFrequencyImpl. deepCloneWithMapping(BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripsFrequencyImpl
RoutedTripsFrequencyImpl. 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 RoutedTripsFrequencyImpl Constructor Description RoutedTripsFrequencyImpl(RoutedTripsFrequencyImpl other, boolean deepCopy, BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)
Copy constructor, also creates new factory with this as its underlying container
-