[
https://issues.apache.org/jira/browse/LANG-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12731782#action_12731782
]
Ivan Bilenjkij commented on LANG-483:
-------------------------------------
This is just from my first brief look at the ComparisonUtils class: Allow
superclasses to define Comparable so use the <Y extends Comparable<? super Y>>
and perhaps use T as a placeholder instead of Y as the T (from 'Type') is
commonly used.
> 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.