Class IntBoolPair
java.lang.Object
com.google.ortools.constraintsolver.IntBoolPair
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionIntBoolPair(int first, boolean second) protectedIntBoolPair(long cPtr, boolean cMemoryOwn) IntBoolPair(IntBoolPair other) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longgetCPtr(IntBoolPair obj) intgetFirst()booleanvoidsetFirst(int value) voidsetSecond(boolean value) protected static longswigRelease(IntBoolPair obj)
-
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
-
swigRelease
-
finalize
-
delete
public void delete() -
setFirst
public void setFirst(int value) -
getFirst
public int getFirst() -
setSecond
public void setSecond(boolean value) -
getSecond
public boolean getSecond()
-