Class Pair<T extends Comparable<T>,​U extends Comparable<U>>

    • Constructor Detail

      • Pair

        public Pair​(T first,
                    U second)
    • Method Detail

      • getFirst

        public T getFirst()
      • getSecond

        public U getSecond()
      • setSecond

        public void setSecond​(U second)
      • setFirst

        public void setFirst​(T first)