Uses of Interface
org.egothor.core.IListWriter

Packages that use IListWriter
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.store This package contains an implementation of barrels on a hard disk. 
 

Uses of IListWriter in org.egothor.core.memory
 

Classes in org.egothor.core.memory that implement IListWriter
 class MemoryIList
          The MemoryIList class is an inverted list stored to memory.
 

Uses of IListWriter in org.egothor.store
 

Classes in org.egothor.store that implement IListWriter
 class IListMetadataWrite
           
 

Methods in org.egothor.store that return IListWriter
 IListWriter IListMetadataWrite.getNew(DataOutput ils_dta, ProximitiesFileOut prox)