Uses of Class
org.goplanit.graph.EdgesImpl
-
Packages that use EdgesImpl Package Description org.goplanit.graph Network component object classes -
-
Uses of EdgesImpl in org.goplanit.graph
Methods in org.goplanit.graph that return EdgesImpl Modifier and Type Method Description EdgesImpl
EdgesImpl. 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 with parameters of type EdgesImpl Constructor Description EdgesImpl(EdgesImpl edgesImpl)
Copy constructor
-