Common-Utils

Common-Utils is a small of collection of Java utility classes I ended up writing for use in various projects. The code runs on Java 5 or above.

  • ArrayUtils – Utility methods to fill an array with a given value or check if it contains a given value.
  • NonMutableIterator – Wraps around a normal Iterator and disables use of the remove method.
  • JAbstractApplet and JAppletSimulator – Classes for running applets as standalone applications.

License: LGPL 3.

Current version: 0.1

Download

Download source code and documentation.

Changelog

  • 0.1 (Jan 15, 2010)
    • Initial release.