org.cdlib.xtf.util
Class IntHash.Ent

Object
  extended by IntHash.Ent
Enclosing class:
IntHash

private class IntHash.Ent
extends Object

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

key

int key

val

Object val

next

IntHash.Ent next
Constructor Detail

IntHash.Ent

private IntHash.Ent()