Uses of Class
gnu.kawa.util.HashNode

Packages that use HashNode
gnu.kawa.util   
 

Uses of HashNode in gnu.kawa.util
 

Fields in gnu.kawa.util declared as HashNode
 HashNode HashNode.next
           
protected  HashNode[] GeneralHashTable.table
           
 

Methods in gnu.kawa.util that return HashNode
 HashNode GeneralHashTable.getNode(java.lang.Object key)
           
protected  HashNode GeneralHashTable.makeEntry(java.lang.Object key, int hash, java.lang.Object value)
          Allocate a new node in the hash table.
protected static HashNode GeneralHashTable.next(HashNode node)
           
 

Methods in gnu.kawa.util with parameters of type HashNode
 int GeneralHashTable.hash(HashNode node)
           
 boolean GeneralHashTable.matches(java.lang.Object key, int hash, HashNode node)
           
protected static HashNode GeneralHashTable.next(HashNode node)