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