Package com.biglybt.core.dht.db
Interface DHTDBLookupResult
-
public interface DHTDBLookupResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getDiversificationType()
DHTDBValue[]
getValues()
-
-
-
Method Detail
-
getValues
DHTDBValue[] getValues()
-
getDiversificationType
byte getDiversificationType()
-
-