Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
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