Class PingSpaceMapper.Result

java.lang.Object
com.biglybt.core.speedmanager.impl.v2.PingSpaceMapper.Result
Enclosing class:
PingSpaceMapper

static class PingSpaceMapper.Result extends Object
Class to return a result.
  • Field Details

    • highestUploadIndex

      int highestUploadIndex
    • highestDownloadIndex

      int highestDownloadIndex
  • Constructor Details

    • Result

      Result()
  • Method Details

    • checkAndUpdate

      public void checkAndUpdate(int uploadIndex, int downloadIndex)
      If the input index is higher then stored, update it with the new value.
      Parameters:
      uploadIndex - -
      downloadIndex - -
    • getUploadIndex

      public int getUploadIndex()
    • getDownloadIndex

      public int getDownloadIndex()