added change entry for collections-459.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1493923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68c0a80d17
commit
f8186792d1
|
@ -135,6 +135,8 @@ Changed classes / methods
|
|||
o [COLLECTIONS-460] Changed "IteratorChain" to use internally a "Queue" instead of a "List". Iterators are
|
||||
removed from the queue once used and can be garbage collected after being exhausted.
|
||||
Additionally removed the methods "setIterator(Iterator)" and "getIterators()".
|
||||
o [COLLECTIONS-459] Removed method "setArray(Object)" in class ArrayIterator and method "setArray(Object[])"
|
||||
in class ObjectArrayIterator and made fields array, startIndex and endIndex final.
|
||||
o [COLLECTIONS-454] An iterator over a "Flat3Map#entrySet()" will now return independent Map.Entry objects that will
|
||||
not change anymore when the iterator progresses.
|
||||
o [COLLECTIONS-453] Several closure and transformer implementations in the functor package will now copy
|
||||
|
|
|
@ -48,6 +48,10 @@
|
|||
removed from the queue once used and can be garbage collected after being exhausted.
|
||||
Additionally removed the methods "setIterator(Iterator)" and "getIterators()".
|
||||
</action>
|
||||
<action issue="COLLECTIONS-459" dev="tn" type="update" due-to="sebb">
|
||||
Removed method "setArray(Object)" in class ArrayIterator and method "setArray(Object[])"
|
||||
in class ObjectArrayIterator and made fields array, startIndex and endIndex final.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-458" dev="sebb" type="remove">
|
||||
Removed unused class "AbstractUntypedCollectionDecorator<E, D>".
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue