2004-02-19 16:41:04 -05:00
|
|
|
<!--
|
|
|
|
Copyright 2001-2004 The Apache Software Foundation
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2001-05-16 18:32:04 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Status File for Jakarta Commons "Collections" Package</title>
|
|
|
|
<head>
|
|
|
|
<body bgcolor="white">
|
|
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
|
|
|
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
2005-02-26 07:55:26 -05:00
|
|
|
$Id$<br>
|
2001-05-16 18:32:04 -04:00
|
|
|
<a href="#Introduction">[Introduction]</a>
|
|
|
|
<a href="#Dependencies">[Dependencies]</a>
|
|
|
|
<a href="#Release Info">[Release Info]</a>
|
|
|
|
<a href="#Committers">[Committers]</a>
|
|
|
|
<a href="#Action Items">[Action Items]</a>
|
|
|
|
<br><br>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<a name="Introduction"></a>
|
|
|
|
<h3>1. INTRODUCTION</h3>
|
|
|
|
|
|
|
|
<p>The <em>Collections</em> package contains a set of Java classes that
|
2003-12-29 13:04:36 -05:00
|
|
|
extend or augment the Java Collections Framework. This includes new interfaces
|
|
|
|
and new implementations together with supporting utility classes.
|
2002-08-19 20:50:07 -04:00
|
|
|
|
2003-12-29 13:04:36 -05:00
|
|
|
<p>In addition to the main commons-collections jar, a testframework jar file is also produced.
|
2001-05-16 18:32:04 -04:00
|
|
|
|
|
|
|
<a name="Dependencies"></a>
|
|
|
|
<h3>2. DEPENDENCIES</h3>
|
|
|
|
|
|
|
|
<p>The <em>Collections</em> package is dependent upon the following external
|
|
|
|
components for development and use:</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
|
|
|
|
(Version 1.2 or later)</li>
|
|
|
|
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
|
2003-12-29 13:55:58 -05:00
|
|
|
(Version 3.8.1 or later) - for unit tests only, not required
|
2001-05-16 18:32:04 -04:00
|
|
|
for deployment</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
<a name="Release Info"></a>
|
|
|
|
<h3>3. RELEASE INFO</h3>
|
|
|
|
|
2001-07-14 19:43:11 -04:00
|
|
|
<p>Current Release:
|
2006-05-14 18:54:04 -04:00
|
|
|
<a href="http://jakarta.apache.org/site/binindex.cgi">Version 3.2</a>
|
2001-05-16 18:32:04 -04:00
|
|
|
|
2006-05-14 18:54:04 -04:00
|
|
|
<p>Planned Next Release: 3.3</p>
|
2001-05-16 18:32:04 -04:00
|
|
|
|
|
|
|
<a name="Committers"></a>
|
|
|
|
<h3>4. COMMITTERS</h3>
|
|
|
|
|
|
|
|
<p>The following individuals are the primary developers and maintainers of this
|
|
|
|
component. Developers who plan to use <em>Collections</em> 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.</p>
|
|
|
|
<ul>
|
2002-02-13 15:21:05 -05:00
|
|
|
<li><a href="mailto:morgand@apache.org">Morgan Delagrange</a></li>
|
2001-05-16 18:32:04 -04:00
|
|
|
<li><a href="mailto:donaldp@apache.org">Peter Donald</a></li>
|
|
|
|
<li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
|
|
|
|
<li><a href="mailto:craigmcc@apache.org">Craig McClanahan</a></li>
|
|
|
|
<li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
|
|
|
|
<li><a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a></li>
|
|
|
|
<li><a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></li>
|
2002-02-21 12:38:28 -05:00
|
|
|
<li><a href="mailto:bayard@apache.org">Henri Yandell</a></li>
|
2002-08-17 07:39:50 -04:00
|
|
|
<li><a href="mailto:scolebourne@apache.org">Stephen Colebourne</a></li>
|
2003-05-06 09:22:37 -04:00
|
|
|
<li><a href="mailto:rdonkin@apache.org">Robert Burrell Donkin</a></li>
|
2003-09-04 21:58:48 -04:00
|
|
|
<li><a href="mailto:psteitz@apache.org">Phil Steitz</a></li>
|
2003-09-23 16:45:50 -04:00
|
|
|
<li><a href="mailto:matth@apache.org">Matthew Hawthorne</a></li>
|
2005-11-23 08:13:04 -05:00
|
|
|
<li><a href="mailto:jcarman@apache.org">James Carman</a></li>
|
2003-12-10 19:56:47 -05:00
|
|
|
<li>Arun M. Thomas</li>
|
2001-05-16 18:32:04 -04:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<a name="Action Items"></a>
|
|
|
|
<h3>5. ACTION ITEMS</h3>
|
|
|
|
|
2004-06-10 19:24:45 -04:00
|
|
|
<p>
|
|
|
|
Want to help?
|
|
|
|
All ideas and suggestions should be made to the commons mailing lists,
|
|
|
|
commons-user at jakarta.apache.org and commons-dev at jakarta.apache.org.
|
|
|
|
Please prefix any emails by [collections] to pass mail filters.
|
|
|
|
</p>
|
2001-05-16 18:32:04 -04:00
|
|
|
|
|
|
|
</body>
|
2001-07-14 19:43:11 -04:00
|
|
|
</html>
|