Package org.mozilla.javascript
Class Hashtable.Entry
- java.lang.Object
-
- org.mozilla.javascript.Hashtable.Entry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Hashtable
public static final class Hashtable.Entry extends java.lang.Object implements java.io.Serializable
One entry in the hash table. Override equals and hashcode because this is another area in which JavaScript and Java differ. This entry also becomes a node in the linked list.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.Object
key()
java.lang.Object
value()
-