Class IntBoolPair
java.lang.Object
com.google.ortools.constraintsolver.IntBoolPair
- 
Field SummaryFields
- 
Constructor SummaryConstructorsModifierConstructorDescriptionIntBoolPair(int first, boolean second) protectedIntBoolPair(long cPtr, boolean cMemoryOwn) IntBoolPair(IntBoolPair other) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()protected static longgetCPtr(IntBoolPair obj) intgetFirst()booleanvoidsetFirst(int value) voidsetSecond(boolean value) protected static longswigRelease(IntBoolPair obj) 
- 
Field Details- 
swigCMemOwnprotected transient boolean swigCMemOwn
 
- 
- 
Constructor Details- 
IntBoolPairprotected IntBoolPair(long cPtr, boolean cMemoryOwn) 
- 
IntBoolPairpublic IntBoolPair()
- 
IntBoolPairpublic IntBoolPair(int first, boolean second) 
- 
IntBoolPair
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalize
- 
deletepublic void delete()
- 
setFirstpublic void setFirst(int value) 
- 
getFirstpublic int getFirst()
- 
setSecondpublic void setSecond(boolean value) 
- 
getSecondpublic boolean getSecond()
 
-