AJT 1.14 released

The Abeel Java Toolkit version 1.14 has been released, providing a number of new utilities.

The Abeel Jave Toolkit 1.14 is available for download , with new documentation.

- ColumnIterator class to iterate over columns in a file one line at a time
- Copier class to make deep copies of objects
- AutoHelpCmdLineParser that automatically generates a help option for command line programs.
- Config class to easily maintain a configuration file for a program.
- GZIPPrintWriter to write to compressed files without hassle.
- Added a two argument contains() method to HashMap2D