Class InstancePair<T>


  • public class InstancePair<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T pitem  
      (package private) T qitem  
    • Constructor Summary

      Constructors 
      Constructor Description
      InstancePair​(T p, T q)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getP()  
      T getQ()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pitem

        T pitem
      • qitem

        T qitem
    • Constructor Detail

      • InstancePair

        public InstancePair​(T p,
                            T q)
    • Method Detail

      • getP

        public T getP()
      • getQ

        public T getQ()