org.exolab.castor.persist.spi
Class Identity

java.lang.Object
  extended byorg.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)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.Object get(int i)
           
 int hashCode()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

size

public int size()

get

public java.lang.Object get(int i)

equals

public boolean equals(java.lang.Object other)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright 2008 null. All Rights Reserved.