Package org.mozilla.javascript
Class Hashtable.Entry
java.lang.Object
org.mozilla.javascript.Hashtable.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
Hashtable
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:
-
Method Summary