| java.lang.Object | |
| ↳ | com.atlassian.upm.api.util.Pair<A, B> |
A tuple of size 2.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Function for converting key-value pairs from a Map.
| |||||||||||
Static factory method for creating pairs.
| |||||||||||
Function for converting a Pair to its first value.
| |||||||||||
Function for converting a Pair to its second value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Function for converting key-value pairs from a Map.
Static factory method for creating pairs.
| first | the first value of the pair |
|---|---|
| second | the second value of the pair |
Function for converting a Pair to its second value.