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