Sean Owen created MATH-1041:
-------------------------------
Summary: Add Pair factory method, toString(), Comparator
Key: MATH-1041
URL: https://issues.apache.org/jira/browse/MATH-1041
Project: Commons Math
Issue Type: Improvement
Affects Versions: 3.2
Reporter: Sean Owen
Priority: Minor
I use Commons Math heavily, and have adopted its Pair class for the cases where
I need, well, a pair of things.
The attached patch adds three small improvements to the Pair class:
- toString() method
- factory method ".of()" to avoid duplicating generic types on instance creation
- a Comparator
Tests are included. I won't feel offended if this is rejected or modified but
just wanted to supply the suggestion.
--
This message was sent by Atlassian JIRA
(v6.1#6144)