|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.xsltc.runtime.HashtableEntry
class HashtableEntry
Object that wraps entries in the hash-table
Field Summary | |
---|---|
(package private) int |
hash
|
(package private) java.lang.Object |
key
|
(package private) HashtableEntry |
next
|
(package private) java.lang.Object |
value
|
Constructor Summary | |
---|---|
HashtableEntry()
|
Method Summary | |
---|---|
protected java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int hash
java.lang.Object key
java.lang.Object value
HashtableEntry next
Constructor Detail |
---|
HashtableEntry()
Method Detail |
---|
protected java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |