org.exolab.castor.persist.spi
public class Complex extends Object
Deprecated: Complex has been replaced by Identity.
Version: $Revision: 5980 $ $Date: 2006-04-12 15:13:08 -0600 (Wed, 12 Apr 2006) $
| Constructor Summary | |
|---|---|
| Complex(Object o) | |
| Complex(int length, Object[] o) | |
| Complex(Object o1, Object o2) | |
| Complex(Object[] o) | |
| Complex(Complex complex) | |
| Method Summary | |
|---|---|
| boolean | equals(Object other) |
| Object | get(int i) |
| int | hashCode() |
| boolean | hasSomePartsNull() |
| int | size() |
| String | toString() |