scolebourne 2004/01/25 16:46:08
Modified: docs collections.html
Log:
Commons Collections 3.0 website
Revision Changes Path
1.87 +2 -60 jakarta-commons/docs/collections.html
Index: collections.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/collections.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- collections.html 25 Jan 2004 19:13:07 -0000 1.86
+++ collections.html 26 Jan 2004 00:46:08 -0000 1.87
@@ -221,72 +221,14 @@
<table
border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="The Collections Component"><strong>The Collections
Component</strong></a>
+ <a name="Commons Collections"><strong>Commons Collections</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>
-The introduction of the <a
href="http://java.sun.com/products/jdk/1.2/docs/guide/collections/">Collections
API</a> by Sun in JDK 1.2 has been a
-boon to quick and effective Java programming. Ready access to
-powerful data structures has accelerated development by reducing the
-need for custom container classes around each core object. Most Java2
-APIs are significantly easier to use because of the Collections API.
+See <a href="collections/index.html">new website</a> for Commons Collections.
</p>
- <p>
-However, there are certain holes left unfilled by Sun's
-implementations, and the <a
href="http://jakarta.apache.org/commons/">Jakarta-Commons</a> Collections Component
strives
-to fulfill them. Among the features of this package are:
-<ul>
-<li>Special-purpose implementations of Lists and Maps for fast
-access</li>
-<li>Adapter classes from Java1-style containers (arrays, enumerations)
-to Java2-style collections.</li>
-<li>Methods to test or create typical set-theory properties of
-collections such as union, intersection, and closure.</li>
-</ul>
-</p>
- </blockquote>
- </p>
- </td></tr>
- <tr><td><br/></td></tr>
- </table>
- <table border="0" cellspacing="0"
cellpadding="2" width="100%">
- <tr><td bgcolor="#525D76">
- <font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Documentation"><strong>Documentation</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <p>
-An alphabetical list of the package can be found in the <a
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons/collections/STATUS.html?rev=1.19">collections
-status document</a>.
-</p>
- <p>
-The <a href="collections/api/index.html">JavaDoc API documents</a> are available
online.
-</p>
- </blockquote>
- </p>
- </td></tr>
- <tr><td><br/></td></tr>
- </table>
- <table border="0" cellspacing="0"
cellpadding="2" width="100%">
- <tr><td bgcolor="#525D76">
- <font color="#ffffff" face="arial,helvetica,sanserif">
- <a name="Releases"><strong>Releases</strong></a>
- </font>
- </td></tr>
- <tr><td>
- <blockquote>
- <ul>
-<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/">Version
-2.1</a></li>
-<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/">Version
-2.0</a></li>
-<li><a
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/">Version
-1.0</a></li>
-</ul>
</blockquote>
</p>
</td></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]