[ 
https://issues.apache.org/jira/browse/LANG-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731794#action_12731794
 ] 

Ivan Bilenjkij commented on LANG-483:
-------------------------------------

Other than that, the scope of this class is on arrays and lists of comparable 
objects - quite narrow and would probably be more suited for the 
commons-collections. How about min(Collection<T>)? Also, the purpose and 
results of maximums and minimums methods are not documented properly - I really 
had to dig through the sources and test cases to see the point of it. 

> Add ComparisonUtils to Commons Lang
> -----------------------------------
>
>                 Key: LANG-483
>                 URL: https://issues.apache.org/jira/browse/LANG-483
>             Project: Commons Lang
>          Issue Type: New Feature
>            Reporter: Benjamin McCann
>             Fix For: 3.0
>
>         Attachments: ComparisonUtils.java, ComparisonUtilsTest.java
>
>
> It'd be impossible to guess how many times code as been written to find the 
> position of the maximum element in an array or the value of the minimum 
> element in a list, etc.  This class will handle all of that.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to