Uses of Interface
com.biglybt.core.global.GlobalManagerStats.CountryDetails
-
Packages that use GlobalManagerStats.CountryDetails Package Description com.biglybt.core.dht.transport.udp.impl com.biglybt.core.global com.biglybt.core.global.impl -
-
Uses of GlobalManagerStats.CountryDetails in com.biglybt.core.dht.transport.udp.impl
Fields in com.biglybt.core.dht.transport.udp.impl declared as GlobalManagerStats.CountryDetails Modifier and Type Field Description private static GlobalManagerStats.CountryDetails[]
DHTUDPUtils. last_details_recv
private static GlobalManagerStats.CountryDetails[]
DHTUDPUtils. last_details_sent
-
Uses of GlobalManagerStats.CountryDetails in com.biglybt.core.global
Methods in com.biglybt.core.global that return types with arguments of type GlobalManagerStats.CountryDetails Modifier and Type Method Description java.util.Iterator<GlobalManagerStats.CountryDetails>
GlobalManagerStats. getCountryDetails()
-
Uses of GlobalManagerStats.CountryDetails in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement GlobalManagerStats.CountryDetails Modifier and Type Class Description private static class
GlobalManagerStatsImpl.CountryDetailsImpl
Fields in com.biglybt.core.global.impl with type parameters of type GlobalManagerStats.CountryDetails Modifier and Type Field Description private java.util.Map<java.lang.String,GlobalManagerStats.CountryDetails>
GlobalManagerStatsImpl. country_details
Methods in com.biglybt.core.global.impl that return types with arguments of type GlobalManagerStats.CountryDetails Modifier and Type Method Description java.util.Iterator<GlobalManagerStats.CountryDetails>
GlobalManagerStatsImpl. getCountryDetails()
-