Class IntBoolPair


  • public class IntBoolPair
    extends java.lang.Object
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • IntBoolPair

        protected IntBoolPair​(long cPtr,
                              boolean cMemoryOwn)
      • IntBoolPair

        public IntBoolPair()
      • IntBoolPair

        public IntBoolPair​(int first,
                           boolean second)
      • IntBoolPair

        public IntBoolPair​(IntBoolPair other)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(IntBoolPair obj)
      • swigRelease

        protected static long swigRelease​(IntBoolPair obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • setFirst

        public void setFirst​(int value)
      • getFirst

        public int getFirst()
      • setSecond

        public void setSecond​(boolean value)
      • getSecond

        public boolean getSecond()