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. clone()
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 routedServicesLayersImpl)
Copy constructor
-