Class Tuple2<A,​B>

  • Direct Known Subclasses:
    Tuple3

    public class Tuple2<A,​B>
    extends Tuple
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple2​(A value1, B value2)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A get1()  
      B get2()  
      • Methods inherited from class dev.pcvolkmer.mv64e.datamapper.mapper.exceptionhandler.tuples.Tuple

        from, from, from, from
      • Methods inherited from class java.lang.Object

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

      • Tuple2

        public Tuple2​(A value1,
                      B value2)
    • Method Detail

      • get1

        public A get1()
      • get2

        public B get2()