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