scolebourne 2003/12/03 04:23:19
Modified: collections/src/java/org/apache/commons/collections/collection
package.html
collections/src/java/org/apache/commons/collections/bidimap
package.html
collections/src/java/org/apache/commons/collections/bag
package.html
collections/src/java/org/apache/commons/collections/buffer
package.html
Log:
Improve package html
Revision Changes Path
1.2 +1 -5
jakarta-commons/collections/src/java/org/apache/commons/collections/collection/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/collection/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 16 Nov 2003 00:05:47 -0000 1.1
+++ package.html 3 Dec 2003 12:23:19 -0000 1.2
@@ -2,11 +2,7 @@
<p>
This package contains implementations of the Collection interface.
<p>
-The implementations are in the form of direct implementations and decorators.
-A decorator wraps another implementation of the interface to add some
-specific additional functionality.
-<p>
-The following implementations are provided in the package:
+The following decorators are provided in the package:
<ul>
<li>Synchronized - synchronizes method access for multi-threaded environments
<li>Unmodifiable - ensures the collection cannot be altered
1.2 +3 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/bidimap/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/bidimap/package.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.html 16 Nov 2003 20:35:46 -0000 1.1
+++ package.html 3 Dec 2003 12:23:19 -0000 1.2
@@ -1,10 +1,9 @@
<BODY>
<p>
This package contains implementations of the BidiMap, OrderedBidiMap and
SortedBidiMap interfaces.
-<p>
-The implementations are in the form of direct implementations and decorators.
-A decorator wraps another implementation of the interface to add some
-specific additional functionality.
+A BidiMap is an extension to Map that allows keys and values to be looked up with
equal ease.
+One example usage is a system communicating to a legacy datasource that must
convert codes
+from the new format to the old format and vice versa.
<p>
The following implementations are provided in the package:
<ul>
1.3 +0 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/bag/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 2 Dec 2003 23:39:48 -0000 1.2
+++ package.html 3 Dec 2003 12:23:19 -0000 1.3
@@ -2,10 +2,6 @@
<p>
This package contains implementations of the Bag and SortedBag interfaces.
<p>
-The implementations are in the form of direct implementations and decorators.
-A decorator wraps another implementation of the interface to add some
-specific additional functionality.
-<p>
The following implementations are provided in the package:
<ul>
<li>HashBag - implementation that uses a HashMap to store the data
1.4 +0 -4
jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html
Index: package.html
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- package.html 3 Dec 2003 01:05:31 -0000 1.3
+++ package.html 3 Dec 2003 12:23:19 -0000 1.4
@@ -2,10 +2,6 @@
<p>
This package contains implementations of the Buffer and PriorityQueue interfaces.
<p>
-The implementations are in the form of direct implementations and decorators.
-A decorator wraps another implementation of the interface to add some
-specific additional functionality.
-<p>
The following implementations are provided in the package:
<ul>
<li>BinaryHeap - implements both Buffer and PriorityQueue
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]