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

Type Parameters:
T -

public interface CloneableStructure<T>

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

Author:
Omnaest
See Also:
CloneableStructureAndContent, Cloneable

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

Method Detail

cloneStructure

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

Type Parameters:
T -
Returns:


Copyright © 2013. All Rights Reserved.