Class Tuple<A,​B>


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

      Fields 
      Modifier and Type Field Description
      private A a  
      private B b  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple​(A p_i1555_1_, B p_i1555_2_)  
    • 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
    • Field Detail

      • a

        private A a
      • b

        private B b
    • Constructor Detail

      • Tuple

        public Tuple​(A p_i1555_1_,
                     B p_i1555_2_)
    • Method Detail

      • getA

        public A getA()
      • getB

        public B getB()