|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIntHash.Ent
private class IntHash.Ent
Keeps track of a single entry in the hash table. Can be linked to form a chain.
Field Summary | |
---|---|
(package private) int |
key
|
(package private) IntHash.Ent |
next
|
(package private) Object |
val
|
Constructor Summary | |
---|---|
private |
IntHash.Ent()
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int key
Object val
IntHash.Ent next
Constructor Detail |
---|
private IntHash.Ent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |