Class Tuple<A,​B>


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

      Constructors 
      Constructor Description
      Tuple​(A a, B b)  
    • Method Summary

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

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

      • Tuple

        public Tuple​(A a,
                     B b)
    • Method Detail

      • getA

        public A getA()
      • getB

        public B getB()