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:

+