Uses of Class
com.biglybt.core.history.impl.DownloadHistoryManagerImpl.DownloadHistoryImpl
Packages that use DownloadHistoryManagerImpl.DownloadHistoryImpl
-
Uses of DownloadHistoryManagerImpl.DownloadHistoryImpl in com.biglybt.core.history.impl
Fields in com.biglybt.core.history.impl with type parameters of type DownloadHistoryManagerImpl.DownloadHistoryImplModifier and TypeFieldDescriptionDownloadHistoryManagerImpl.active_dirtyDownloadHistoryManagerImpl.dead_dirtyDownloadHistoryManagerImpl.history_activeDownloadHistoryManagerImpl.history_deadDownloadHistoryManagerImpl.DownloadHistoryImpl.history_refMethods in com.biglybt.core.history.impl that return types with arguments of type DownloadHistoryManagerImpl.DownloadHistoryImplModifier and TypeMethodDescription(package private) Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> DownloadHistoryManagerImpl.getActiveHistory()(package private) Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> DownloadHistoryManagerImpl.getDeadHistory()DownloadHistoryManagerImpl.loadHistory(String file) Method parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryManagerImpl.DownloadHistoryImplModifier and TypeMethodDescriptionprivate voidDownloadHistoryManagerImpl.saveHistory(String file, Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> records) (package private) voidDownloadHistoryManagerImpl.DownloadHistoryImpl.setHistoryReference(Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> ref) Constructor parameters in com.biglybt.core.history.impl with type arguments of type DownloadHistoryManagerImpl.DownloadHistoryImplModifierConstructorDescription(package private)DownloadHistoryImpl(Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, DownloadManager dm) (package private)DownloadHistoryImpl(Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> _history_ref, Map<String, Object> map)