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