diff --git a/RELEASE-NOTES-2.0.html b/RELEASE-NOTES-2.0.html index c20b6081e..2e49d0171 100644 --- a/RELEASE-NOTES-2.0.html +++ b/RELEASE-NOTES-2.0.html @@ -37,6 +37,12 @@ useful Comparator classes.
and then a Object get( key ); will return you a Collection instead of an Integer. This is an interface implemented by MultiHashMap. +Map
wraps another Map
+ implementation, using the wrapped instance for its default
+ implementation. This class is used as a framework on which to
+ build to extensions for its wrapped Map
object which
+ would be unavailable or inconvenient via sub-classing (but usable
+ via composition).Map
wraps another Map
+ implementation, using the wrapped instance for its default
+ implementation. This class is used as a framework on which to
+ build to extensions for its wrapped Map
object which
+ would be unavailable or inconvenient via sub-classing (but usable
+ via composition).