Class PingSpaceMapper.Result
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.v2.PingSpaceMapper.Result
-
- Enclosing class:
- PingSpaceMapper
static class PingSpaceMapper.Result extends java.lang.Object
Class to return a result.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
highestDownloadIndex
(package private) int
highestUploadIndex
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkAndUpdate(int uploadIndex, int downloadIndex)
If the input index is higher then stored, update it with the new value.int
getDownloadIndex()
int
getUploadIndex()
-
-
-
Method Detail
-
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()
-
-