Hi Mat,
Matt Benson wrote:
> This probably just exemplifies why we need to change the package name.
not necessarily. As long as that what's in collections-3 is binary
compatible with collections 2.x we can have it this way. However, we can
add a collection-legacy-3 for that stuff that has been removed and provide
it as thin layer, e.g.
@Deprecation
OrderedHashMap extends LinkedHashMap {
...
}
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]