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 EdgeSegmentsImplEdgeSegmentsImpl. deepClone()Deep clone implementationEdgeSegmentsImplEdgeSegmentsImpl. deepCloneWithMapping(BiConsumer<EdgeSegment,EdgeSegment> mapper)Deep clone implementation with mapping retained between original and copies createdEdgeSegmentsImplEdgeSegmentsImpl. 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
-