[
https://issues.apache.org/jira/browse/LANG-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080762#comment-13080762
]
Henri Yandell commented on LANG-532:
------------------------------------
IteratorUtils has a few methods that would be nice in an IterableUtils class
(possibly into ArrayUtils - adding Iterable support). Most of the other Utils
methods are about converting one collection into another type of collection,
with the types being defined by Commons Collections.
Independent items: ExtendedProperties is interesting, though it points towards
Configuration. ArrayStack is a possible, very much collections based, but isn't
tied into the general architecture of Commons Collections. The three Fast*
classes are another piece of independent code. None of these items seem like
ideal candidates however.
> Consider code in Collections
> ----------------------------
>
> Key: LANG-532
> URL: https://issues.apache.org/jira/browse/LANG-532
> Project: Commons Lang
> Issue Type: Task
> Components: General
> Reporter: Henri Yandell
> Fix For: 3.0.2
>
>
> If and only if Collections be considered dead for 4.x and beyond, then
> consider if there is any code that wants to be scavenged to live in Lang 3.x.
> Basic rules:
> * No implementations of Collections.
> * If a successor of Collections defined, then not something it has.
> Basically potential additions to java.util.Collections I suspect.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira