Uses of Package
org.egothor.util

Packages that use org.egothor.util
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.core.query This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. 
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
org.egothor.store This package contains an implementation of barrels on a hard disk. 
org.egothor.util   
 

Classes in org.egothor.util used by org.egothor.core
Bitmap
          The Bitmap object is an implementation of a bit map.
 

Classes in org.egothor.util used by org.egothor.core.memory
Bitmap
          The Bitmap object is an implementation of a bit map.
 

Classes in org.egothor.util used by org.egothor.core.query
BiQueue
          The Queue class should be extended by any class wishing to implement a priority queue (heap).
 

Classes in org.egothor.util used by org.egothor.dir
Bitmap
          The Bitmap object is an implementation of a bit map.
 

Classes in org.egothor.util used by org.egothor.slotter
Bitmap
          The Bitmap object is an implementation of a bit map.
 

Classes in org.egothor.util used by org.egothor.store
Bitmap
          The Bitmap object is an implementation of a bit map.
IntegerArray
          This class offers a dynamic array of integers.
 

Classes in org.egothor.util used by org.egothor.util
Bitmap
          The Bitmap object is an implementation of a bit map.
Htaccess
          This class can read Apache htaccess files and access some parameters in them.
IntegerArray
          This class offers a dynamic array of integers.
LinkedQueue.Entry
           
QueueAbstract
          This class represents a priority queue (heap).