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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(IntBoolPair obj)intgetFirst()booleangetSecond()voidsetFirst(int value)voidsetSecond(boolean value)protected static longswigRelease(IntBoolPair obj)
-
-
-
Constructor Detail
-
IntBoolPair
protected IntBoolPair(long cPtr, boolean cMemoryOwn)
-
IntBoolPair
public IntBoolPair()
-
IntBoolPair
public IntBoolPair(int first, boolean second)
-
IntBoolPair
public IntBoolPair(IntBoolPair other)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(IntBoolPair obj)
-
swigRelease
protected static long swigRelease(IntBoolPair obj)
-
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()
-
-