From 0571aaf5e85f792013cf91724144a5c8b3c6db17 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Fri, 9 Apr 2004 22:56:00 +0000 Subject: [PATCH] Extract AbstractReferenceMap from ReferenceMap git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131655 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 6c25257a0..15e095384 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -28,11 +28,12 @@ No interface changes, or deprecations have occurred.
  • SingletonMap - fully featured singleton Map implementation
  • TransformedPredicate - A predicate where the input object is transformed [26946]
  • ObjectGraphIterator - An iterator that can iterate over a graph of objects
  • +
  • AbstractReferenceMap - New base class for reference maps [26503]
  • ENHANCEMENTS