Class Pair<E,​F>

  • Type Parameters:
    E -
    F -

    public class Pair<E,​F>
    extends Object
    An immutable pair of values.
    • Constructor Detail

      • Pair

        public Pair​(E left,
                    F right)
    • Method Detail

      • getLeft

        public E getLeft()
      • getRight

        public F getRight()