RELEASE NOTES: COLLECTIONS 3.1
This release focusses on bug fixes and minor enhancements.
No interface changes, or deprecations have occurred.
NEW CLASSES
- TransformedPredicate - A predicate where the input object is transformed [26946]
ENHANCEMENTS
- MultiKey - Add getKey(index) and size() methods and make constructor public
- AbstractHashedMap,AbstractLinkedMap - Add methods to access entry methods when protected scope blocks
- Functors - Add get methods to retrieve internal state [27515]
BUG FIXES
- AbstractHashedMap subclasses failed to clone() correctly [27159]
JAVADOC
- TreeBidiMap - Add javadoc about requiring Comparable entries [26470]
- MultiKey - Add extra explanatations, examples and warnings