Uses of Interface
org.goplanit.utils.network.layer.physical.LinkSegments
-
Packages that use LinkSegments Package Description org.goplanit.utils.network.layer.physical -
-
Uses of LinkSegments in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return LinkSegments Modifier and Type Method Description LinkSegments
LinkSegments. deepClone()
Deep clone implementationLinkSegments
LinkSegments. deepCloneWithMapping(BiConsumer<LinkSegment,LinkSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdLinkSegments
LinkSegments. shallowClone()
shallow clone implementation
-