|
TUM CCSM Commons | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Object |
CloneUtils.cloneAsDeepAsPossible(Object o)
Clone the provided object if supported. |
static Object |
CloneUtils.cloneAsDeepAsPossible(Object o,
int maxDepth)
Clone the provided object if supported. |
static void |
CloneUtils.cloneMapEntries(Map<String,Object> source,
Map<String,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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||