Class Hashtable.Entry

java.lang.Object
org.mozilla.javascript.Hashtable.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
Hashtable

public static final class Hashtable.Entry extends Object implements 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:
  • Method Details