Class piece_index_int_pair
java.lang.Object
com.frostwire.jlibtorrent.swig.piece_index_int_pair
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionpiece_index_int_pair(int first, int second) protectedpiece_index_int_pair(long cPtr, boolean cMemoryOwn) -
Method Summary
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
piece_index_int_pair
protected piece_index_int_pair(long cPtr, boolean cMemoryOwn) -
piece_index_int_pair
public piece_index_int_pair() -
piece_index_int_pair
public piece_index_int_pair(int first, int second) -
piece_index_int_pair
-
-
Method Details
-
getCPtr
-
swigRelease
-
delete
public void delete() -
setFirst
public void setFirst(int value) -
getFirst
public int getFirst() -
setSecond
public void setSecond(int value) -
getSecond
public int getSecond()
-