Fixed some grammatical errors.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb639bca7b
commit
03d33d8323
|
@ -197,12 +197,6 @@ Object was null.</p>
|
||||||
some architectures. Fixed the subList(int,int) method so that changes to the
|
some architectures. Fixed the subList(int,int) method so that changes to the
|
||||||
sublist are reflected in the original list, even in fast mode.</p>
|
sublist are reflected in the original list, even in fast mode.</p>
|
||||||
|
|
||||||
<p><u>FastArrayList</u></p>
|
|
||||||
|
|
||||||
<p>Added severe warning about possible unexpected failures of this class on
|
|
||||||
some architectures. Fixed the subList(int,int) method so that changes to the
|
|
||||||
sublist are reflected in the original list, even in fast mode.</p>
|
|
||||||
|
|
||||||
<p><u>FastHashMap</u></p>
|
<p><u>FastHashMap</u></p>
|
||||||
|
|
||||||
<p>Added severe warning about possible unexpected failures of this class on
|
<p>Added severe warning about possible unexpected failures of this class on
|
||||||
|
@ -219,11 +213,11 @@ mode.</p>
|
||||||
|
|
||||||
<p><u>LRUMap</u></p>
|
<p><u>LRUMap</u></p>
|
||||||
|
|
||||||
<p>The get(Object) was fixed to ensure that if containsKey(foo) returns
|
<p>The get(Object) method was fixed to ensure that if containsKey(foo)
|
||||||
false, then get(foo) will not change that. (Before, invoking
|
returns false, then get(foo) will not change that. (Before, invoking
|
||||||
get(Object) on a nonexistent key could cause that key to map to
|
get(Object) on a nonexistent key could cause that key to incorrectly map
|
||||||
incorrectly map to a null value). Also, the changes to SequencedHashMap
|
to a null value). Also, the changes to SequencedHashMap were inherited
|
||||||
were inherited by LRUMap.</p>
|
by LRUMap.</p>
|
||||||
|
|
||||||
<p><u>ListUtils</u></p>
|
<p><u>ListUtils</u></p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue