Class PingSpaceMapper.Result
java.lang.Object
com.biglybt.core.speedmanager.impl.v2.PingSpaceMapper.Result
- Enclosing class:
- PingSpaceMapper
Class to return a result.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkAndUpdate
(int uploadIndex, int downloadIndex) If the input index is higher then stored, update it with the new value.int
int
-
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()
-