Document the PriorityQueue Buffer changes

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-06 21:44:43 +00:00
parent 1672bb3ee0
commit afbb53b755
1 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,8 @@ The major changes are:
A new package full of key-value pairs and map entry implementations</li>
<li><strong>Abstract Hash-based Map</strong> -
Highly extensible hash-based, and hash-link-based map abstract classes</li>
<li><strong>PriorityQueue deprecated</strong> -
The top level interface PriorityQueue has been deprecated in favour of Buffer</li>
</ul>
<hr />
@ -83,6 +85,7 @@ NEW CLASSES
<p>These classes have changed in a potentially incompatable way:</p>
<ul>
<li><strong>BufferUnderflowException</strong> - Now extends NoSuchElementException</li>
<li><strong>BeanMap.MyMapEntry</strong> - Superclass changed</li>
<li><strong>MultiHashMap</strong> - Name facility and getName() method removed</li>
<li><strong>FilterIterator</strong> - Superclass changed</li>
@ -93,6 +96,9 @@ NEW CLASSES
<p>These collections have changed since <i>Collections 3.0</i>:</p>
<ul>
<li><strong>PriorityQueue</strong> - Deprecated, use Buffer interface</li>
<li><strong>BinaryHeap</strong> - Deprecated, use PriorityBuffer</li>
<li><strong>SynchronizedPriorityQueue</strong> - Deprecated, use SynchronizedBuffer</li>
<li><strong>BoundedFifoBuffer</strong> - Deprecated, moved to buffer subpackage</li>
<li><strong>UnboundedFifoBuffer</strong> - Deprecated, moved to buffer subpackage</li>
<li><strong>SequencedHashMap</strong> - Deprecated, rewritten as LinkedMap in map subpackage</li>
@ -105,7 +111,6 @@ NEW CLASSES
<li><strong>ReferenceMap</strong> - Deprecated, moved to map subpackage</li>
<li><strong>StaticBucketMap</strong> - Deprecated, moved to map subpackage</li>
<li><strong>ProxyMap</strong> - Deprecated, moved as AbstractMapDecorator in map subpackage</li>
<li><strong>BinaryHeap</strong> - Bug fixes</li>
<li><strong>ExtendedProperties</strong> - Bug fixes. Please consider using Commons-Configuration <code>PropertiesConfiguration</code></li>
</ul>