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. 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.network.layer.service with parameters of type ServiceNodesImpl Constructor Description ServiceNodesImpl(ServiceNodesImpl serviceNodesImpl)
Copy constructor
-