Uses of Class
org.goplanit.graph.directed.DirectedEdgesImpl
-
Packages that use DirectedEdgesImpl Package Description org.goplanit.graph.directed -
-
Uses of DirectedEdgesImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return DirectedEdgesImpl Modifier and Type Method Description DirectedEdgesImpl
DirectedEdgesImpl. 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 DirectedEdgesImpl Constructor Description DirectedEdgesImpl(DirectedEdgesImpl directedEdgesImpl)
Copy constructor
-