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