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
|
||||
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>Added severe warning about possible unexpected failures of this class on
|
||||
|
@ -219,11 +213,11 @@ mode.</p>
|
|||
|
||||
<p><u>LRUMap</u></p>
|
||||
|
||||
<p>The get(Object) was fixed to ensure that if containsKey(foo) returns
|
||||
false, then get(foo) will not change that. (Before, invoking
|
||||
get(Object) on a nonexistent key could cause that key to map to
|
||||
incorrectly map to a null value). Also, the changes to SequencedHashMap
|
||||
were inherited by LRUMap.</p>
|
||||
<p>The get(Object) method was fixed to ensure that if containsKey(foo)
|
||||
returns false, then get(foo) will not change that. (Before, invoking
|
||||
get(Object) on a nonexistent key could cause that key to incorrectly map
|
||||
to a null value). Also, the changes to SequencedHashMap were inherited
|
||||
by LRUMap.</p>
|
||||
|
||||
<p><u>ListUtils</u></p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue