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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to