Class Pair<A,​B>


  • public final class Pair<A,​B>
    extends oracle.pgx.common.BasePair<A,​B>
    mutable pair class
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair()  
      Pair​(A a, B b)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static <A,​B>
      Pair<A,​B>
      of​(A a, B b)  
      void setFirst​(A a)  
      void setSecond​(B b)  
      • Methods inherited from class oracle.pgx.common.BasePair

        equals, getFirst, getSecond, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Pair

        public Pair()
      • Pair

        public Pair​(A a,
                    B b)
    • Method Detail

      • setFirst

        public void setFirst​(A a)
      • setSecond

        public void setSecond​(B b)
      • of

        public static <A,​B> Pair<A,​B> of​(A a,
                                                     B b)