Class Tuple<L,​R>


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

      Fields 
      Modifier and Type Field Description
      L l  
      R r  
    • Constructor Summary

      Constructors 
      Constructor Description
      Tuple​(L l, R r)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • l

        public final L l
      • r

        public final R r
    • Constructor Detail

      • Tuple

        public Tuple​(L l,
                     R r)