Uses of Class
org.egothor.store.IListMetadataRead

Packages that use IListMetadataRead
org.egothor.robot.index   
org.egothor.store This package contains an implementation of barrels on a hard disk. 
 

Uses of IListMetadataRead in org.egothor.robot.index
 

Methods in org.egothor.robot.index that return IListMetadataRead
 IListMetadataRead TermsFastReader.next()
          Return an IListMeta object.
 IListMetadataRead TermsFastReader.readData()
          Constructs a new org.egothor.store.disc.IListMeta.
 

Uses of IListMetadataRead in org.egothor.store
 

Methods in org.egothor.store that return IListMetadataRead
 IListMetadataRead Terms.elementAt(java.lang.String key)
          Return the element with the given key.
 IListMetadataRead ThickBarrel.getIListMeta(java.lang.String term)
           
 

Methods in org.egothor.store that return types with arguments of type IListMetadataRead
 SequenceWithClose<IListMetadataRead> Terms.getReader()
          Open this data structure for sequential read access.
 

Constructors in org.egothor.store with parameters of type IListMetadataRead
IListMetadataRead(IListMetadataRead orig)
          This constructor only compensates for clone() implementation.