scolebourne    2004/04/20 16:47:53

  Modified:    collections RELEASE-NOTES.html
  Log:
  Add accessor methods for value field in Node of AbstractLinkedList
  
  Revision  Changes    Path
  1.38      +1 -0      jakarta-commons/collections/RELEASE-NOTES.html
  
  Index: RELEASE-NOTES.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- RELEASE-NOTES.html        16 Apr 2004 23:53:59 -0000      1.37
  +++ RELEASE-NOTES.html        20 Apr 2004 23:47:53 -0000      1.38
  @@ -44,6 +44,7 @@
   <li>CollectionUtils - get(Object,int) method now supports primitive arrays</li>
   <li>CollectionUtils - Add size(Object) method to find the size of various 
collection-like objects [27909]</li>
   <li>SingletonIterator - make remove() functionality optional</li>
  +<li>AbstractLinkedList/NodeCachingLinkedList - added getValue() and setValue() to 
Node, and made everything use them</li>
   </ul>
   
   <h4>Made Serializable</h4>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to