| java.lang.Object | |
| ↳ | com.atlassian.upm.api.util.Pair<A, B> |
A tuple of size 2.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
since 5.0, it will be removed in 6.0; use
Pair::fromMapEntry instead
| |||||||||||
Static factory method for creating pairs.
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use
Pair::first instead
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use
Pair::second instead
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This method is deprecated.
since 5.0, it will be removed in 6.0; use Pair::fromMapEntry instead
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 |
This method is deprecated.
since 5.0, it will be removed in 6.0; use Pair::first instead
Function for converting a Pair to its first value.
This method is deprecated.
since 5.0, it will be removed in 6.0; use Pair::second instead
Function for converting a Pair to its second value.