org.apache.spark.util
A tuple of 2 elements. This can be used as an alternative to Scala's Tuple2 when we want to minimize object allocation.
Element 1 of this MutablePair
Element 2 of this MutablePair
(Since version 2.8.0) use productIterator instead
A tuple of 2 elements. This can be used as an alternative to Scala's Tuple2 when we want to minimize object allocation.
Element 1 of this MutablePair
Element 2 of this MutablePair