Undeprecate BinaryHeap, as is only implementation of PriorityQueue
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acd90426b4
commit
d83c7839e0
|
@ -83,7 +83,6 @@ NEW CLASSES
|
|||
<p>These collections have changed since <i>Collections 3.0</i>:</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>BinaryHeap</strong> - Deprecated, moved to buffer subpackage</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>
|
||||
|
@ -96,6 +95,7 @@ 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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue