From 730b224f370cba176c68d99d202038027cdf2177 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 25 Apr 2004 23:33:11 +0000 Subject: [PATCH] More release notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131677 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index e5326fa3a..3e1fa3516 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -46,6 +46,7 @@ No interface changes, or deprecations have occurred.
  • 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
  • +
  • LRUMap - The addMapping() method now uses isFull() to determine whether it is full
  • Made Serializable

    @@ -68,6 +69,7 @@ No interface changes, or deprecations have occurred.
  • ExtendedProperties - Close input stream in constructor [27737]
  • Flat3Map - Handle infinite loops in toString
  • LRUMap - The removeLRU() method was passed the wrong LinkEntry [28433]
  • +
  • EnumIterator/MapUtils - Changed enum references to enable JDK 1.5 compliance
  • JAVADOC

    @@ -76,7 +78,8 @@ No interface changes, or deprecations have occurred.
  • MultiKey - Add extra explanatations, examples and warnings
  • MultiMap,MultiHashMap - Add extra documentation to clarify the interface and implementation
  • XxxUtils - Clarify the internal workings of the predicated decorator classes [28115]
  • -
  • BidiMap - clarify 1 to 1 nature of the map
  • +
  • BidiMap - Clarify 1 to 1 nature of the map
  • +
  • LRUMap - Added extra javadoc about method implementations
  • BoundedCollection/UnmodifiableBoundedCollection - reword to avoid misunderstandings
  • Closure/Predicate/Transformer/Factory - Additional javadoc with links
  • ClosureUtils/PredicateUtils/TransformerUtils/FactoryUtils - Additional links to implementations