You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2010/02/25 04:16:49 UTC

[jira] Closed: (LANG-588) Create a basic Pair class

     [ https://issues.apache.org/jira/browse/LANG-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed LANG-588.
------------------------------

    Resolution: Fixed

svn ci -m "Adding toString test. LANG-588"
Sending        src/test/java/org/apache/commons/lang3/PairTest.java
Transmitting file data .
Committed revision 916099.

> Create a basic Pair<L, R> class
> -------------------------------
>
>                 Key: LANG-588
>                 URL: https://issues.apache.org/jira/browse/LANG-588
>             Project: Commons Lang
>          Issue Type: New Feature
>          Components: lang.*
>            Reporter: Matt Benson
>             Fix For: 3.0
>
>         Attachments: Pair.java, Pair.java, PairTest.java, PairTest.java
>
>
> [lang] is the perfect place to provide a basic typed Pair class.  I have written such a class for my employer (who hasn't?) but can/will rewrite blind to avoid IP issues.  I think it's also nice to go ahead and extend this to MatchedPair<T> extends Pair<T, T> as well.

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