Uses of Package
iglu.util

Packages that use iglu.util
iglu.examples Some examples to illustrate how the classes work. 
iglu.ir A set of classes for creating Information Retrieval programs. 
iglu.jdbc Utility classes to make JDBC access easier. 
iglu.polka A set of extensions of the javax.swing package. 
iglu.util A set of general purpose utilities. 
 

Classes in iglu.util used by iglu.examples
ValueSortedMap
          Holds an mapping between objects and their values, ordered by value.
 

Classes in iglu.util used by iglu.ir
FileBTree
          A B-Tree index file which contains both the index and the data which the index points to.
ObjectPager
          An interface for ObjectPagers.
PagedLinkedList
          Implements most of a linked list, but pages the objects out to the ObjectPager.
ValueSortedMap
          Holds an mapping between objects and their values, ordered by value.
 

Classes in iglu.util used by iglu.jdbc
CommandLineParser
          A command line parser for applications.
 

Classes in iglu.util used by iglu.polka
IgluGregCalendar
          A simple decendant of GregorianCalendar that can give a string in "American" date format.
 

Classes in iglu.util used by iglu.util
FileBTree.Entry
           
FileBTree.Node
           
ObjectPager
          An interface for ObjectPagers.
ObjectValuePair
          A mapping of an object to some value or score.
Stack
          A simple stack.
ValueSortedMap
          Holds an mapping between objects and their values, ordered by value.
VSMEvent
          An event for ValueSortedMaps
VSMEventListener
          An event listener for ActiveValueSortedMaps