From 6e220f8a84f5f26808c1e22ec7d4b6399db33fab Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 1 Apr 2004 00:07:48 +0000 Subject: [PATCH] Changed ReferenceMap to extend AbstractHashedMap, thus gaining a mapIterator() and subclassability git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131618 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.html | 1 + .../commons/collections/map/ReferenceMap.java | 817 ++++++++---------- .../collections/map/TestReferenceMap.java | 4 +- 3 files changed, 372 insertions(+), 450 deletions(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 557dc6290..74057a117 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -30,6 +30,7 @@ No interface changes, or deprecations have occurred.

ENHANCEMENTS