|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.fu
Class FuHashtableFast.Entry

java.lang.Objectcom.memoire.fu.FuHashtableFast.Entry
- Enclosing class:
- FuHashtableFast
- private static final class FuHashtableFast.Entry
- extends java.lang.Object
| Field Summary | |
int |
hash
|
java.lang.Object |
key
|
FuHashtableFast.Entry |
next
|
java.lang.Object |
value
|
| Constructor Summary | |
private |
FuHashtableFast.Entry()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
hash
public int hash
key
public java.lang.Object key
value
public java.lang.Object value
next
public FuHashtableFast.Entry next
| Constructor Detail |
FuHashtableFast.Entry
private FuHashtableFast.Entry()
|
|||||||||
| Home >> All >> com >> memoire >> [ fu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.fu.FuHashtableFast.Entry