org.cdlib.xtf.util
Class FastHashMap.Ent<K,V>

Object
  extended by FastHashMap.Ent<K,V>
Enclosing class:
FastHashMap<K,V>

private static class FastHashMap.Ent<K,V>
extends Object

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

key

K key

val

V val

next

FastHashMap.Ent next
Constructor Detail

FastHashMap.Ent

private FastHashMap.Ent()