ArrayStack and StringStack changes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
374e746bb0
commit
0f48820533
|
@ -138,7 +138,8 @@ These classes have changed since <i>Collections 2.0</i>:
|
||||||
<p><u>ArrayStack</u></p>
|
<p><u>ArrayStack</u></p>
|
||||||
|
|
||||||
<p>Now implements the Buffer interface. The Buffer.get() and Buffer.remove()
|
<p>Now implements the Buffer interface. The Buffer.get() and Buffer.remove()
|
||||||
methods are implemented in terms of peek() and pop().</p>
|
methods are implemented in terms of peek() and pop(). The class has also
|
||||||
|
been altered to allow null elements inline with ArrayList.</p>
|
||||||
|
|
||||||
<p><u>BeanMap</u></p>
|
<p><u>BeanMap</u></p>
|
||||||
|
|
||||||
|
@ -235,6 +236,13 @@ ReferenceMap, is a more general solution that can be used in place of
|
||||||
SoftRefHashMap.
|
SoftRefHashMap.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p><u>StringStack</u></p>
|
||||||
|
|
||||||
|
<p>StringStack has been <b>deprecated</b> because it was unsuitable for
|
||||||
|
inclusion in collections. It enabled a delimited String to be built up.
|
||||||
|
This functionality is better placed in StringUtils in the lang project.
|
||||||
|
</p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue