toolbag provides a collection of convenience methods and
classes for those commonly (and not-so-commonly) implemented
extensions to the standard Java platform
|
Collection Extensions
primarily add rule-based filtering to collections, although
also provide other convenience methods that are absent from
the default Collections API
|
Formatting Utilities
extends on the Java Format API (found in the java.text
package) to provide enhancements to Object formatting
|
I/O Tools
implements various I/O-related classes to aid in
data stream processing
|
Math Extensions
implements some geometry-related utilities not found
in the standard API
|
Net Tools
provides convenience methods for network-related
activity
|