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 2002/11/22 00:09:57 UTC

cvs commit: jakarta-commons/collections STATUS.html

scolebourne    2002/11/21 15:09:57

  Modified:    collections STATUS.html
  Log:
  Add LoopingIterator, from Jonathan Carlson
  Add more TODOs
  
  Revision  Changes    Path
  1.20      +10 -1     jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- STATUS.html	21 Oct 2002 02:03:29 -0000	1.19
  +++ STATUS.html	21 Nov 2002 23:09:57 -0000	1.20
  @@ -163,6 +163,7 @@
   <li><strong>ListIteratorWrapper</strong> - As the wrapped Iterator is 
       traversed, ListIteratorWrapper builds a LinkedList of its values, 
       permitting all required operations of ListIterator.</li>
  +<li><strong>LoopingIterator</strong> - Loops continuously around a collection.</li>
   <li><strong>ProxyIterator</strong> - Delegates its methods to a proxy 
       instance.</li>
   <li><strong>ProxyListIterator</strong> - Delegates its methods to a proxy 
  @@ -269,6 +270,14 @@
           them.  Some classes, like StaticBucketMap, cannot possibly have 
           fail-fast iterators, but otherwise everything else should.</td>
       <td align="center">&nbsp;</td>
  +  </tr>
  +
  +  <tr>
  +    <td><strong>ArrayListIterator</strong>.  A ListIterator for arrays</td>
  +  </tr>
  +
  +  <tr>
  +    <td><strong>LoopingListIterator</strong>.  A ListIterator similar to LoopingIterator</td>
     </tr>
   
     <tr>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>