Class Pair<L,​R>


  • public final class Pair<L,​R>
    extends Object
    • Method Detail

      • getLeft

        public L getLeft()
      • getRight

        public R getRight()
      • of

        public static <L,​R> Pair<L,​R> of​(L left,
                                                     R right)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object