The Jakarta Commons Collections Package

$Id: STATUS.html,v 1.5 2001/05/08 13:05:44 jstrachan Exp $
[Introduction] [Dependencies] [Release Info] [Committers] [Action Items]

1. INTRODUCTION

The Collections package contains a set of Java classes that extend or augment the Java Collections Framework. The following classes are included:

2. DEPENDENCIES

The Collections package is dependent upon the following external components for development and use:

3. RELEASE INFO

Current Release: Unreleased, CVS Repository Only

Planned Next Release: TBD

4. COMMITTERS

The following individuals are the primary developers and maintainers of this component. Developers who plan to use Collections in their own projects are encouraged to collaborate on the future development of this component to ensure that it continues to meet a variety of needs.

5. ACTION ITEMS

Want to help? Here's some "to do" items the team has identified.

Action Item Required for 1.0 Release? Volunteer
Additional Contributions. Other collections classes. No?  
Generalized Unit Tests. Create a generic set of Unit Tests that test the standard contracts of the basic Java Collections interfaces (List, Set, etc.) Yes Rod
Additional Documentation. Create simple User's Guide, examples, or other documentation for this package. No (JavaDoc/Unit tests suffice for now?)