41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
<!--
|
|
Copyright 2003-2004 The Apache Software Foundation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<title>RELEASE NOTES: COLLECTIONS 3.1</title>
|
|
|
|
<center><h2>RELEASE NOTES: COLLECTIONS 3.1</h2></center>
|
|
|
|
<p>
|
|
This release focusses on bug fixes and minor enhancements.
|
|
No interface changes, or deprecations have occurred.
|
|
|
|
<hr />
|
|
|
|
<center><h3>
|
|
NEW CLASSES
|
|
</h3></center>
|
|
|
|
<p>These implementations are new to <i>Collections 3.1</i>:</p>
|
|
|
|
<ul>
|
|
</ul>
|
|
|
|
<hr />
|
|
|
|
<center><h3>CHANGES</h3></center>
|
|
<p>
|
|
[26470] Javadoc - Add javadoc about requiring Comparable entries
|
|
[27159] Bug - AbstractHashedMap subclasses failed to clone() correctly
|