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_dirty
DownloadHistoryManagerImpl.dead_dirty
DownloadHistoryManagerImpl.history_active
DownloadHistoryManagerImpl.history_dead
DownloadHistoryManagerImpl.DownloadHistoryImpl.history_ref
Methods 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 void
DownloadHistoryManagerImpl.saveHistory
(String file, Map<Long, DownloadHistoryManagerImpl.DownloadHistoryImpl> records) (package private) void
DownloadHistoryManagerImpl.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)