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. deepClone()
Deep clone implementationDirectedVerticesImpl
DirectedVerticesImpl. deepCloneWithMapping(BiConsumer<DirectedVertex,DirectedVertex> mapper)
Deep clone implementation with mapping retained between original and copies createdDirectedVerticesImpl
DirectedVerticesImpl. 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 DirectedVerticesImpl Constructor Description DirectedVerticesImpl(DirectedVerticesImpl other, boolean deepCopy, BiConsumer<DirectedVertex,DirectedVertex> biConsumer)
Copy constructor, also creates a new factory with reference to this container
-