You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2019/12/21 22:32:00 UTC

[jira] [Resolved] (LANG-1503) Add factory methods to Pair classes with Map.Entry input

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

Gary D. Gregory resolved LANG-1503.
-----------------------------------
    Fix Version/s: 3.10
       Resolution: Fixed

In git master.

 

> Add factory methods to Pair classes with Map.Entry input
> --------------------------------------------------------
>
>                 Key: LANG-1503
>                 URL: https://issues.apache.org/jira/browse/LANG-1503
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.tuple.*
>            Reporter: Gary D. Gregory
>            Priority: Major
>             Fix For: 3.10
>
>
> Add factory methods to {{*Pair}} classes with {{Map.Entry}} input:
>  * org.apache.commons.lang3.tuple.ImmutablePair.of(Entry<L, R>)
>  * org.apache.commons.lang3.tuple.Pair.of(Entry<L, R>)
>  * org.apache.commons.lang3.tuple.Pair.of(Entry<L, R>)
> This is a modified version the Pair classes work from [https://github.com/apache/commons-lang/pull/454]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)