Class Pair<T,​U>

    • Constructor Detail

      • Pair

        public Pair​(T o1,
                    U o2)
        Create a pair instance.
        Parameters:
        o1 - the first member of the pair
        o2 - the second member of the pair