The goal of this project is to provide functionality roughly analogous to the portions of the C++ STL library that are not already provided by java. The primary functionality to be provided is:
- a set of functors and predicates that may be applied both the the generic collections and to other areas of the standard java library.
- basic utility algorithms for use with java collections such as those found in STL
- implementations of standard java classes that are intended to be user-derivable that apply the algorithms and functors for general benefit (for example, implementations of standard swing models that take advantage of predicates and functors)
[ read more ]