Class Pair<T1,​T2>

  • Type Parameters:
    T1 - type of first value
    T2 - type of second value

    public final class Pair<T1,​T2>
    extends Object
    Mutable pair of values
    • Field Detail

      • o1

        public T1 o1
      • o2

        public T2 o2
    • Constructor Detail

      • Pair

        public Pair​(T1 o1,
                    T2 o2)