9package com.google.ortools.constraintsolver;
12 private transient long swigCPtr;
21 return (obj ==
null) ? 0 : obj.swigCPtr;
28 throw new RuntimeException(
"Cannot release ownership as memory is not owned");
30 obj.swigCMemOwn =
false;
36 @SuppressWarnings({
"deprecation",
"removal"})
45 mainJNI.delete_IntBoolPair(swigCPtr);
52 this(mainJNI.new_IntBoolPair__SWIG_0(),
true);
56 this(mainJNI.new_IntBoolPair__SWIG_1(first, second),
true);
64 mainJNI.IntBoolPair_first_set(swigCPtr,
this, value);
68 return mainJNI.IntBoolPair_first_get(swigCPtr,
this);
72 mainJNI.IntBoolPair_second_set(swigCPtr,
this, value);
76 return mainJNI.IntBoolPair_second_get(swigCPtr,
this);