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