TUM CCSM Commons

Uses of Class
edu.tum.cs.commons.clone.DeepCloneException

Packages that use DeepCloneException
edu.tum.cs.commons.clone Classes and utility methods for cloning and deep cloning object structures. 
edu.tum.cs.commons.collections Extensions to the Java collections. 
 

Uses of DeepCloneException in edu.tum.cs.commons.clone
 

Methods in edu.tum.cs.commons.clone that throw DeepCloneException
static java.lang.Object CloneUtils.cloneAsDeepAsPossible(java.lang.Object o)
          Clone the provided object if supported.
static java.lang.Object CloneUtils.cloneAsDeepAsPossible(java.lang.Object o, int maxDepth)
          Clone the provided object if supported.
static void CloneUtils.cloneMapEntries(java.util.Map<java.lang.String,java.lang.Object> source, java.util.Map<java.lang.String,java.lang.Object> target)
          Duplicate all entries of the source map to the target map and create clones of all contained objects.
 IDeepCloneable IDeepCloneable.deepClone()
          Deep clone of this object.
 

Uses of DeepCloneException in edu.tum.cs.commons.collections
 

Methods in edu.tum.cs.commons.collections that throw DeepCloneException
 Pair<S,T> Pair.deepClone()
          Deep clone of this object.
 ImmutablePair<S,T> ImmutablePair.deepClone()
          Deep clone of this object.
 


TUM CCSM Commons

TUM CCSM Commons - 2.7