Uses of Class
org.goplanit.graph.VerticesImpl
-
Packages that use VerticesImpl Package Description org.goplanit.graph Network component object classes -
-
Uses of VerticesImpl in org.goplanit.graph
Methods in org.goplanit.graph that return VerticesImpl Modifier and Type Method Description VerticesImpl
VerticesImpl. deepClone()
Deep clone implementationVerticesImpl
VerticesImpl. deepCloneWithMapping(BiConsumer<Vertex,Vertex> mapper)
VerticesImpl
VerticesImpl. 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 with parameters of type VerticesImpl Constructor Description VerticesImpl(VerticesImpl verticesImpl, boolean deepCopy, BiConsumer<Vertex,Vertex> biConsumer)
Copy constructor, also creates a new factory with reference to this container
-