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:14:00 UTC

[jira] [Updated] (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 updated LANG-1503:
----------------------------------
    Description: 
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]

 

  was:
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>)


> 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
>
> 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)