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:

ArrayIterator

Bugs fixed:

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: