You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/12/25 02:21:02 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/collection package.html

scolebourne    2003/12/24 17:21:02

  Modified:    collections/src/java/org/apache/commons/collections/collection
                        package.html
  Log:
  Improve documentation
  
  Revision  Changes    Path
  1.4       +4 -1      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	11 Dec 2003 23:15:12 -0000	1.3
  +++ package.html	25 Dec 2003 01:21:02 -0000	1.4
  @@ -3,6 +3,10 @@
   This package contains implementations of the
   {@link java.util.Collection Collection} interface.
   <p>
  +The following implementations are provided in the package:
  +<ul>
  +<li>CompositeCollection - a collection that combines multiple collections into one
  +</ul>
   The following decorators are provided in the package:
   <ul>
   <li>Synchronized - synchronizes method access for multi-threaded environments
  @@ -10,7 +14,6 @@
   <li>Predicated - ensures that only elements that are valid according to a predicate can be added
   <li>Typed - ensures that only elements that are of a specific type can be added
   <li>Transformed - transforms elements as they are added
  -<li>Composite - provides a single collection view of a group of collections
   </ul>
   </pre>
   </BODY>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org