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