| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Marker used to indicate a public "Deep Copy" clone implementation.
This is intended to be used to provide a known interface for data structures to recursively clone or test equality through data structures such as Maps or Lists.
Map, 
List| Method Summary | |
 java.lang.Object | 
clone()
Implement clone as a Deep Copy.  | 
 boolean | 
equals(java.lang.Object other)
Compares the equality of the two objects.  | 
 int | 
hashCode()
DOCUMENT ME!  | 
| Method Detail | 
public java.lang.Object clone()
Create a clone of this object and return it.
Object.clone()public boolean equals(java.lang.Object other)
true when the objects are the same.Object.equals(java.lang.Object)public int hashCode()
Object.hashCode()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||