Package waba.util

Utility classes, to deal with date, random number generation, and data structures (Vectors and Hashtables).

See:
          Description

Class Summary
Date The Date class is a general date data type(Object) that is similar to those built in to other languages.
Hashtable This class implements a hashtable, which maps keys to values.
IntHashtable This class implements a hashtable, which maps keys to values.
IntVector An int vector is an array of int's.
Random This is a simple Linear Congruential Generator which produces random numbers in the range [0,2^31), derived from ran0 in Numerical Recipies.
Vector A vector is an array of object references.
 

Package waba.util Description

Utility classes, to deal with date, random number generation, and data structures (Vectors and Hashtables).