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