Uses of Class
com.biglybt.pifimpl.local.ddb.DDBaseImpl
-
Packages that use DDBaseImpl Package Description com.biglybt.pifimpl.local.ddb -
-
Uses of DDBaseImpl in com.biglybt.pifimpl.local.ddb
Fields in com.biglybt.pifimpl.local.ddb declared as DDBaseImpl Modifier and Type Field Description private DDBaseImpl
DDBaseContactImpl. ddb
private DDBaseImpl
DDBaseTTTorrent. ddb
private static DDBaseImpl
DDBaseImpl. singleton
Methods in com.biglybt.pifimpl.local.ddb that return DDBaseImpl Modifier and Type Method Description static DDBaseImpl
DDBaseImpl. getSingleton(Core core)
Constructors in com.biglybt.pifimpl.local.ddb with parameters of type DDBaseImpl Constructor Description DDBaseContactImpl(DDBaseImpl _ddb, DHTPluginContact _contact)
DDBaseTTTorrent(DDBaseImpl _ddb)
-