Class Tuple<X,​Y>

  • Type Parameters:
    X - The first object type that will be stored in the Tuple
    Y - The second object type that will be stored in the Tuple

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

      Constructors 
      Constructor Description
      Tuple​(X first, Y second)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Tuple

        public Tuple​(X first,
                     Y second)