Package anthill.util

This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling.

See:
          Description

Interface Summary
Clearable Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Class Summary
Log This class contains a set of static methods for the management of log files.
Printable Classes extending Printable automatically inherit a toString() method which prints out their contents. i.e. the value of the fields contained in the object instances.
Queue The Queue class implements a queue with last-in, first-out semantics.
Util This class contains various utility methods.
 

Package anthill.util Description

This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling.