Class Pair<L,​R>


  • public class Pair<L,​R>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(L left, R right)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      L left()  
      R right()  
      • Methods inherited from class java.lang.Object

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

      • Pair

        public Pair​(L left,
                    R right)
    • Method Detail

      • left

        public L left()
      • right

        public R right()