com.jaxfront.core.util
Class DoubleKeyHashtable.Entry
java.lang.Object
com.jaxfront.core.util.DoubleKeyHashtable.Entry
- Enclosing class:
- DoubleKeyHashtable
public static class DoubleKeyHashtable.Entry
- extends java.lang.Object
DoubleKeyHashtable collision list.
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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