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