|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.crimson.parser.SimpleHashtable.Entry
Hashtable collision list.
| Field Summary | |
(package private) int |
hash
|
(package private) Object |
key
|
(package private) SimpleHashtable.Entry |
next
|
(package private) Object |
value
|
| Constructor Summary | |
protected |
SimpleHashtable.Entry(int hash,
Object key,
Object value,
SimpleHashtable.Entry next)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int hash
Object key
Object value
SimpleHashtable.Entry next
| Constructor Detail |
protected SimpleHashtable.Entry(int hash,
Object key,
Object value,
SimpleHashtable.Entry next)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||