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
private final int
protected Object
protected Hashtable.Entry
protected Hashtable.Entry
private static final long
protected Object
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
key
-
value
-
deleted
protected boolean deleted -
next
-
prev
-
hashCode
private final int hashCode
-
-
Constructor Details
-
Entry
Entry() -
Entry
-
-
Method Details