Uses of Package
gov.nist.nlpir.irf.index.braf

Packages that use gov.nist.nlpir.irf.index.braf
gov.nist.nlpir.irf.index classes and interfaces that support indexes - dictionaries of indexing features by source document or document data element 
gov.nist.nlpir.irf.index.braf classes and interfaces that support indexes implemented using buffered random access files 
 

Classes in gov.nist.nlpir.irf.index.braf used by gov.nist.nlpir.irf.index
DeIntern
          Internal representation of a Data Element, this class, unlike DataElem, won't be inherited to describle every internal data element that may be encountered.
IoAddrIntern
          This class is the internal representation of a source, ie a document.
PersistentDualKeyContainer
          This class is the "heart" of the Index.
ProxyFeatureList
          Proxy class for FeatureLists.
 

Classes in gov.nist.nlpir.irf.index.braf used by gov.nist.nlpir.irf.index.braf
DeIntern
          Internal representation of a Data Element, this class, unlike DataElem, won't be inherited to describle every internal data element that may be encountered.
HashBlock
          This class is a classic implementation of a hash table, except that it adds an important feature usual hashtables don't provide: as storing in the table only uses hashCode() and equals(), and that these methods can be refined in each class to have a specific behavior, it is actually possible to access an object in the hashtable with different keys, provided these keys have the same hashCode and return true when they are compared with equals() .
HashBlockEntry
          HashBlock entry.
IoAddrIntern
          This class is the internal representation of a source, ie a document.
PersistentIrfHashtable
          Persistent version of IrfHashtable.
ProxyFeatureList
          Proxy class for FeatureLists.