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