Class IntPair


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

      • IntPair

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

        public IntPair()
      • IntPair

        public IntPair​(int first,
                       int second)
      • IntPair

        public IntPair​(IntPair other)
    • Method Detail

      • getCPtr

        public static long getCPtr​(IntPair obj)
      • delete

        public void delete()
      • setFirst

        public void setFirst​(int value)
      • getFirst

        public int getFirst()
      • setSecond

        public void setSecond​(int value)
      • getSecond

        public int getSecond()