Class Tuple<A,​B>


  • public class Tuple<A,​B>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple​(A _1, B _2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A get_1()  
      B get_2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tuple

        public Tuple​(A _1,
                     B _2)
    • Method Detail

      • get_1

        public A get_1()
      • get_2

        public B get_2()