Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.fu
Class FuHashtableFast.Entry  view FuHashtableFast.Entry download FuHashtableFast.Entry.java

java.lang.Object
  extended bycom.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()