Class Tuple2<T0,​T1>


  • public class Tuple2<T0,​T1>
    extends Tuple
    • Method Detail

      • get0

        public T0 get0()
      • get1

        public T1 get1()
      • toList

        public List<Object> toList()
        Description copied from class: Tuple
        Return elements of this Tuple wrapped in a simple List.
        Specified by:
        toList in class Tuple
        Returns:
        the list of values