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 DirectedEdgesImplDirectedEdgesImpl. deepClone()Deep clone implementationDirectedEdgesImplDirectedEdgesImpl. deepCloneWithMapping(BiConsumer<DirectedEdge,DirectedEdge> mapper)Deep clone implementation with mapping retained between original and copies createdDirectedEdgesImplDirectedEdgesImpl. 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
-