Class IntBoolPair

java.lang.Object
com.google.ortools.constraintsolver.IntBoolPair

public class IntBoolPair extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • IntBoolPair

      protected IntBoolPair(long cPtr, boolean cMemoryOwn)
    • IntBoolPair

      public IntBoolPair()
    • IntBoolPair

      public IntBoolPair(int first, boolean second)
    • IntBoolPair

      public IntBoolPair(IntBoolPair other)
  • Method Details

    • getCPtr

      protected static long getCPtr(IntBoolPair obj)
    • swigRelease

      protected static long swigRelease(IntBoolPair obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class 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()