Class Pair<X,​Y>


  • public class Pair<X,​Y>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      X x  
      Y y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(X x, Y y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        public final X x
      • y

        public final Y y
    • Constructor Detail

      • Pair

        public Pair​(X x,
                    Y y)