Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 85081 invoked from network); 20 Apr 2004 23:47:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Apr 2004 23:47:58 -0000 Received: (qmail 14471 invoked by uid 500); 20 Apr 2004 23:47:39 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 14387 invoked by uid 500); 20 Apr 2004 23:47:38 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 14373 invoked by uid 500); 20 Apr 2004 23:47:38 -0000 Received: (qmail 14370 invoked from network); 20 Apr 2004 23:47:38 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 20 Apr 2004 23:47:38 -0000 Received: (qmail 85004 invoked by uid 1529); 20 Apr 2004 23:47:53 -0000 Date: 20 Apr 2004 23:47:53 -0000 Message-ID: <20040420234753.85003.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections RELEASE-NOTES.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@
  • CollectionUtils - get(Object,int) method now supports primitive arrays
  • CollectionUtils - Add size(Object) method to find the size of various collection-like objects [27909]
  • SingletonIterator - make remove() functionality optional
  • +
  • AbstractLinkedList/NodeCachingLinkedList - added getValue() and setValue() to Node, and made everything use them
  • Made Serializable

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