korat.utils
Class IdentityWrapper

java.lang.Object
  extended by korat.utils.IdentityWrapper
All Implemented Interfaces:
Cloneable

public class IdentityWrapper
extends Object
implements Cloneable


Field Summary
(package private)  Object object
           
 
Constructor Summary
IdentityWrapper(Object o)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

Object object
Constructor Detail

IdentityWrapper

public IdentityWrapper(Object o)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object