Uses of Interface
org.dellroad.stuff.java.GraphCloneable
-
Uses of GraphCloneable in org.dellroad.stuff.java
Modifier and TypeMethodDescription<T extends GraphCloneable>
TGraphCloneRegistry.getGraphClone
(T value) Get the unique clone of a given value during a graph clone operation, creating it if necessary.Modifier and TypeMethodDescriptionvoid
GraphCloneRegistry.setGraphClone
(GraphCloneable clone) Register the given clone as the unique instance associated with the object currently being cloned.