com.jaxfront.core.util
Class DoubleKeyHashtable.Entry

java.lang.Object
  extended by com.jaxfront.core.util.DoubleKeyHashtable.Entry
Enclosing class:
DoubleKeyHashtable

public static class DoubleKeyHashtable.Entry
extends java.lang.Object

DoubleKeyHashtable collision list.


Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getKey()
           
 java.lang.Object getKey2()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 java.lang.Object setValue(java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getKey

public java.lang.Object getKey()

getKey2

public java.lang.Object getKey2()

getValue

public java.lang.Object getValue()

setValue

public java.lang.Object setValue(java.lang.Object value)

equals

public boolean equals(java.lang.Object o)
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