Uses of Class
org.goplanit.graph.directed.EdgeSegmentsImpl
-
Packages that use EdgeSegmentsImpl Package Description org.goplanit.graph.directed -
-
Uses of EdgeSegmentsImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return EdgeSegmentsImpl Modifier and Type Method Description EdgeSegmentsImpl
EdgeSegmentsImpl. deepClone()
Deep clone implementationEdgeSegmentsImpl
EdgeSegmentsImpl. deepCloneWithMapping(BiConsumer<EdgeSegment,EdgeSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdEdgeSegmentsImpl
EdgeSegmentsImpl. 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.graph.directed with parameters of type EdgeSegmentsImpl Constructor Description EdgeSegmentsImpl(EdgeSegmentsImpl other, boolean deepCopy, BiConsumer<EdgeSegment,EdgeSegment> biConsumer)
Copy constructor, also creates a new factory with reference to this container
-