Added myself as a committer
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f673d4da6
commit
a971c4055c
|
@ -81,6 +81,7 @@ several future proposed components for the Jakarta Commons subproject.
|
|||
<li>Peter Donald</li>
|
||||
<li>Craig McClanahan</li>
|
||||
<li>Rodney Waldhoff</li>
|
||||
<li>James Strachan</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div align="center">
|
||||
<h1>The Jakarta Commons <em>Collections</em> Package</h1>
|
||||
$Id: STATUS.html,v 1.4 2001/04/23 12:46:54 rwaldhoff Exp $<br>
|
||||
$Id: STATUS.html,v 1.5 2001/05/08 13:05:44 jstrachan Exp $<br>
|
||||
<a href="#Introduction">[Introduction]</a>
|
||||
<a href="#Dependencies">[Dependencies]</a>
|
||||
<a href="#Release Info">[Release Info]</a>
|
||||
|
@ -25,9 +25,15 @@ extend or augment the Java Collections Framework.
|
|||
The following classes are included:</p>
|
||||
<ul>
|
||||
<li><strong>ArrayEnumeration</strong> - a java.util.Enumeration wrapper for arrays.</li>
|
||||
<li><strong>ArrayIterator</strong> - a java.util.Iterator wrapper for arrays.</li>
|
||||
<li><strong>ArrayStack</strong> - An implementation of the java.util.Stack API
|
||||
that is based on an ArrayList instead of a Vector, so it is not synchronized to
|
||||
protect against multi-threaded access.</li>
|
||||
<li><strong>BeanMap</strong> - An implementation of the java.util.Map API
|
||||
that is based on a JavaBean using introspection. The property names are the
|
||||
keys of the map and the property values are the values of the map.</li>
|
||||
<li><strong>CollectionUtils</strong> - a variety of helper methods
|
||||
for working with collections.</li>
|
||||
<li><strong>CursorableLinkedList</strong> - an implementation of the java.util.List
|
||||
interface supporting a java.util.ListIterator that allows concurrent
|
||||
modifications to the underlying list.</li>
|
||||
|
@ -83,6 +89,7 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||
<li><a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a></li>
|
||||
<li><a href="mailto:geirm@apache.org">Geir Magnusson Jr.</a></li>
|
||||
<li><a href="mailto:jvanzyl@apache.org">Jason van Zyl</a></li>
|
||||
<li><a href="mailto:jstrachan@apache.org">James Strachan</a></li>
|
||||
</ul>
|
||||
|
||||
<a name="Action Items"></a>
|
||||
|
|
Loading…
Reference in New Issue