Class piece_index_int_pair

java.lang.Object
com.frostwire.jlibtorrent.swig.piece_index_int_pair

public class piece_index_int_pair extends Object
  • 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

      public piece_index_int_pair(piece_index_int_pair other)
  • Method Details

    • getCPtr

      protected static long getCPtr(piece_index_int_pair obj)
    • swigRelease

      protected static long swigRelease(piece_index_int_pair obj)
    • delete

      public void delete()
    • setFirst

      public void setFirst(int value)
    • getFirst

      public int getFirst()
    • setSecond

      public void setSecond(int value)
    • getSecond

      public int getSecond()