Class Pair<L,​R>


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

      Fields 
      Modifier and Type Field Description
      L left  
      R right  
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • left

        public final L left
      • right

        public final R right
    • Constructor Detail

      • Pair

        public Pair​(L left,
                    R right)