org.exolab.castor.persist.spi
Class Identity
java.lang.Object
org.exolab.castor.persist.spi.Identity
- All Implemented Interfaces:
- java.io.Serializable
public final class Identity
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Identity(java.lang.Object o)
Creates an instance of this class, based upon the parameter passed in. |
Identity(java.lang.Object[] array)
|
Identity(java.lang.Object o1,
java.lang.Object o2)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Identity
public Identity(java.lang.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(java.lang.Object[] array)
Identity
public Identity(java.lang.Object o1,
java.lang.Object o2)
size
public int size()
get
public java.lang.Object get(int i)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.