From aefdbe058a39e43d01a9388eb61c8407ccb8edaf Mon Sep 17 00:00:00 2001 From: Morgan James Delagrange Date: Tue, 26 Feb 2002 21:48:22 +0000 Subject: [PATCH] converted release notes to HTML, added descriptions of all new Collections from the JavaDocs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130612 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES-2.0.html | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 RELEASE-NOTES-2.0.html diff --git a/RELEASE-NOTES-2.0.html b/RELEASE-NOTES-2.0.html new file mode 100644 index 000000000..28009e17e --- /dev/null +++ b/RELEASE-NOTES-2.0.html @@ -0,0 +1,84 @@ +

RELEASE NOTES: COLLECTIONS 2.0

+ + +

NEW COLLECTIONS

+ +

These collections are new to Collections 2.0:

+ + + + +

CHANGED COLLECTIONS

+ +These classes have changed since Collections 1.0: + +

LRUMap

+ +

LRUMap has been reimplemented as a subclass of +SynchronizedHashMap. The new implementation of +LRUMap should be faster, and it also offers true LRU +capabilities; now any get(Object) or +put(Object,Object) from this collection +promotes the key to the Most Recently Used position.

+ +

LRUMap 2.0 compatibility changes:

+ + +

New features:

+ + +

Bugs fixed:

+ + +

ArrayIterator

+ +

Bugs fixed:

+