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