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/12/13 13:04:17 UTC

cvs commit: jakarta-commons/collections STATUS.html

scolebourne    2002/12/13 04:04:17

  Modified:    collections STATUS.html
  Log:
  Rework array iterators to include Iterator and ListIterator implementations.
  Also add Object array versions for better performance.
  
  Revision  Changes    Path
  1.22      +5 -2      jakarta-commons/collections/STATUS.html
  
  Index: STATUS.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- STATUS.html	24 Nov 2002 16:23:20 -0000	1.21
  +++ STATUS.html	13 Dec 2002 12:04:16 -0000	1.22
  @@ -141,7 +141,8 @@
   <p><b>iterators subpackage:</b></p>
   
   <ul>
  -<li><strong>ArrayIterator</strong> - a java.util.Iterator wrapper for arrays.</li>
  +<li><strong>ArrayIterator</strong> - an Iterator wrapper for arrays, including primitive arrays.</li>
  +<li><strong>ArrayListIterator</strong> - a ListIterator wrapper for arrays, including primitive arrays.</li>
   <li><strong>CollectinIterator</strong> - Provides an ordered iterator over
       the elements contained in a collection of ordered iterators.</li>
   <li><strong>EnumerationIterator</strong> - Adapter to make Enumeration
  @@ -166,6 +167,8 @@
       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>ObjectArrayIterator</strong> - an Iterator wrapper for Object arrays.</li>
  +<li><strong>ObjectArrayListIterator</strong> - a ListIterator wrapper for Object arrays.</li>
   <li><strong>ProxyIterator</strong> - Delegates its methods to a proxy 
       instance.</li>
   <li><strong>ProxyListIterator</strong> - Delegates its methods to a proxy 
  
  
  

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