org.exolab.castor.persist.spi
Class Identity
java.lang.Object
org.exolab.castor.persist.spi.Identity
- All Implemented Interfaces:
- Serializable
public final class Identity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Identity
public Identity(Object o)
- Creates an instance of this class, based upon the parameter passed in.
- Parameters:
o - Either a Complex, an Identity instance, or an Object[] instance.
Identity
public Identity(Object[] array)
Identity
public Identity(Object o1,
Object o2)
size
public int size()
get
public Object get(int i)
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010. All Rights Reserved.