org.nlogo.agent
Class LogoHashObject

java.lang.Object
  extended by org.nlogo.agent.LogoHashObject

public final class LogoHashObject
extends Object


Constructor Summary
LogoHashObject(Object sourceObject)
           
 
Method Summary
 int calcHashCode()
           
 boolean equals(Object obj)
           
 Object getSourceObject()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoHashObject

public LogoHashObject(Object sourceObject)
Method Detail

getSourceObject

public Object getSourceObject()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

calcHashCode

public int calcHashCode()