From 3680827881dff24372240fb237b2bf94b683da97 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 27 Apr 2004 21:45:37 +0000 Subject: [PATCH] Updates to ReferenceMap et al git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131684 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 3b91bd953..ab9028246 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -30,6 +30,7 @@ No interface changes, or deprecations have occurred.
  • TransformedPredicate - A predicate where the input object is transformed [26946]
  • ObjectGraphIterator - An iterator that can iterate over a graph of objects
  • MapBackedSet - Set created by decorating a map
  • +
  • ReferenceIdentityMap - Similar to ReferenceMap, but matching keys and values by identity [26503]
  • AbstractReferenceMap - New base class for reference maps [26503]
  • @@ -55,6 +56,7 @@ No interface changes, or deprecations have occurred.
  • Fast3Map [27946]
  • FixedSizeMap/SortedMap [18815]
  • LazyMap/SortedMap [18815]
  • +
  • ReferenceMap [18815]
  • ListOrderedMap [18815]
  • PredicatedMap/SortedMap [18815]
  • TransformedMap/SortedMap [18815]
  • @@ -81,6 +83,7 @@ No interface changes, or deprecations have occurred.
  • 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
  • +
  • AbstractHashedMap - Fix isEqualValue() javadoc to refer to value not key
  • LRUMap - Added extra javadoc about method implementations
  • BoundedCollection/UnmodifiableBoundedCollection - reword to avoid misunderstandings
  • Closure/Predicate/Transformer/Factory - Additional javadoc with links