Uses of Class
gov.nist.nlpir.irf.index.braf.HashBlockEntry

Packages that use HashBlockEntry
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
 

Uses of HashBlockEntry in gov.nist.nlpir.irf.index.braf
 

Fields in gov.nist.nlpir.irf.index.braf declared as HashBlockEntry
(package private)  HashBlockEntry HashBlockEntry.next
          Links the next entry in the collision list.
protected  HashBlockEntry[] HashBlock.table
          The hash table data.
(package private)  HashBlockEntry[] HashBlockEnumerator.table
           
(package private)  HashBlockEntry HashBlockEnumerator.entry
           
 

Constructors in gov.nist.nlpir.irf.index.braf with parameters of type HashBlockEntry
HashBlock.HashBlock(HashBlockEntry[] table, int count, int rehashThreshold, float loadFactor)
          private constructor only used by the persistence mechanism, when coming back from disk.
HashBlockEnumerator.HashBlockEnumerator(HashBlockEntry[] table, boolean keys)