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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected Object
protected Hashtable.Entry
protected Hashtable.Entry
protected Object
-
Method Summary