org.exolab.castor.persist.spi
public class Complex extends Object
| 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() |