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. clone()
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 edgeSegmentsImpl)
Copy constructor
-