Class Multiples.Pair<L,​R>

  • Enclosing interface:
    Multiples

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

      Constructors 
      Constructor Description
      Pair​(L l, R r)  
    • 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 l,
                    R r)
    • Method Detail

      • left

        public L left()
      • right

        public R right()