Update prior to 3.0
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0038c2a0e9
commit
fc80b143e8
13
STATUS.html
13
STATUS.html
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
||||
$Id: STATUS.html,v 1.31 2003/12/29 18:55:58 scolebourne Exp $<br>
|
||||
$Id: STATUS.html,v 1.32 2004/01/03 23:46:07 scolebourne Exp $<br>
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -46,7 +46,7 @@ components for development and use:</p>
|
|||
<p>Current Release:
|
||||
<a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1">Version 2.1</a>
|
||||
|
||||
<p>Planned Next Release: ?</p>
|
||||
<p>Planned Next Release: 3.0</p>
|
||||
|
||||
<a name="Committers"></a>
|
||||
<h3>4. COMMITTERS</h3>
|
||||
|
@ -122,16 +122,9 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||
<td><strong>LoopingListIterator</strong>. A ListIterator similar to LoopingIterator</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>Standard Constructors</strong>. All concrete Collection and
|
||||
Map implementations should have the standard copy and no-argument
|
||||
constructors.</td>
|
||||
<td align="center"> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>Additional Unit Tests</strong>. Create generic unit tests
|
||||
for SortedSet and SortedMap.</td>
|
||||
for SortedSet and Buffer.</td>
|
||||
<td align="center"> </td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue