org.apache.spark
An immutable pair of values.
An immutable pair of values. Note that the fields are intentionally designed to be getLeft and getRight instead of left and right in order to mitigate the migration burden from org.apache.commons.lang3.tuple.Pair.
getLeft
getRight
left
right
org.apache.commons.lang3.tuple.Pair