Class Tuple

    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends Tuple>
      T
      createTuple​(java.lang.Object[] data)  
      • Methods inherited from class java.lang.Object

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

      • Tuple

        public Tuple()
    • Method Detail

      • createTuple

        public static <T extends Tuple> T createTuple​(java.lang.Object[] data)