Class Tuple

  • Direct Known Subclasses:
    Tuple2

    public class Tuple
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T1,​T2>
      Tuple2<T1,​T2>
      of​(T1 val1, T2 val2)  
      static <T1,​T2,​T3>
      Tuple3<T1,​T2,​T3>
      of​(T1 val1, T2 val2, T3 val3)  
      • 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

      • of

        public static <T1,​T2> Tuple2<T1,​T2> of​(T1 val1,
                                                           T2 val2)
      • of

        public static <T1,​T2,​T3> Tuple3<T1,​T2,​T3> of​(T1 val1,
                                                                             T2 val2,
                                                                             T3 val3)