Uses of Interface
org.dellroad.stuff.java.GraphCloneable
Packages that use GraphCloneable
-
Uses of GraphCloneable in org.dellroad.stuff.java
Methods in org.dellroad.stuff.java with type parameters of type GraphCloneableModifier 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.Methods in org.dellroad.stuff.java with parameters of type GraphCloneableModifier and TypeMethodDescriptionvoidGraphCloneRegistry.setGraphClone(GraphCloneable clone) Register the given clone as the unique instance associated with the object currently being cloned.