Class IntBoolPair

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

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

    Fields
    Modifier and Type Field Description
    protected boolean swigCMemOwn  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
      IntBoolPair()  
      IntBoolPair​(int first, boolean second)  
    protected IntBoolPair​(long cPtr, boolean cMemoryOwn)  
      IntBoolPair​(IntBoolPair other)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    protected void finalize()  
    protected static long getCPtr​(IntBoolPair obj)  
    int getFirst()  
    boolean getSecond()  
    void setFirst​(int value)  
    void setSecond​(boolean value)  

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)
    • 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()