Package chord.util

Commonly used utilities.

See:
          Description

Class Summary
Alarm Implementation of an alarm.
ArraySet<T> Array-based implementation of a set.
ByteBufferedFile Implementation of a buffered input or output file stream of bytes.
Execution Allow for organized execution of experiments.
Executor Utility for executing a set of given tasks serially or in parallel.
IndexMap<T> Implementation for indexing a set of objects by the order in which the objects are added to the set.
IndexSet<T> Implementation for indexing a set of objects by the order in which the objects are added to the set.
IntArraySet A resizable, array-backed list of int primitives.
ProcessExecutor Utility to execute a system command specified as a string in a separate process.
SetUtils Set related utilities.
StatFig  
StopWatch Simple class for measuring elapsed time.
Timer Implementation of a timer with facility to pause and resume.
Utils Commonly-used utilities.
WeakIdentityHashMap A hashtable-based Map implementation with weak keys and using reference-equality in place of object-equality when comparing keys (and values).
 

Exception Summary
ReadException  
 

Package chord.util Description

Commonly used utilities.