org.omnaest.utils.structure
Interface CloneableStructureAndContent<T>

Type Parameters:
T -

public interface CloneableStructureAndContent<T>

Interface for types which have to implement a cloneStructureWithContent() method.

Author:
Omnaest
See Also:
Cloneable, CloneableStructure

Method Summary
 T cloneStructureWithContent()
          Returns a copy of this object, instead of a shallow copy like Object.clone().
 

Method Detail

cloneStructureWithContent

T cloneStructureWithContent()
Returns a copy of this object, instead of a shallow copy like Object.clone(). For high level structures like e.g. a Map the Map structure and its content is cloned.

Type Parameters:
T -
Returns:


Copyright © 2013. All Rights Reserved.