Class QPair


  • public class QPair
    extends java.lang.Object
    • Constructor Detail

      • QPair

        public QPair​(long cPtr,
                     boolean cMemoryOwn)
      • QPair

        public QPair()
      • QPair

        public QPair​(Q first,
                     Q second)
      • QPair

        public QPair​(QPair other)
    • Method Detail

      • getCPtr

        public static long getCPtr​(QPair obj)
      • delete

        public void delete()
      • setFirst

        public void setFirst​(Q value)
      • getFirst

        public Q getFirst()
      • setSecond

        public void setSecond​(Q value)
      • getSecond

        public Q getSecond()