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 booleanswigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description IntBoolPair()IntBoolPair(int first, boolean second)protectedIntBoolPair(long cPtr, boolean cMemoryOwn)IntBoolPair(IntBoolPair other) -
Method Summary
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
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalizein classjava.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()
-