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/24 02:24:09 UTC

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

scolebourne    2003/12/23 17:24:09

  Modified:    collections/src/java/org/apache/commons/collections/list
                        package.html
  Log:
  Document new CursorableLinkedList
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-commons/collections/src/java/org/apache/commons/collections/list/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/list/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html	11 Dec 2003 23:15:11 -0000	1.3
  +++ package.html	24 Dec 2003 01:24:09 -0000	1.4
  @@ -5,6 +5,7 @@
   <p>
   The following implementations are provided in the package:
   <ul>
  +<li>CursorableLinkedList - a list that can be modified while it's listIterator (cursor) is being used
   <li>NodeCachingLinkedList - a linked list that caches the storage nodes for a performance gain
   </ul>
   <p>
  
  
  

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