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