Uses of Class
com.biglybt.core.util.CopyOnWriteMap
Packages that use CopyOnWriteMap
Package
Description
-
Uses of CopyOnWriteMap in com.biglybt.core.download.impl
Fields in com.biglybt.core.download.impl declared as CopyOnWriteMapModifier and TypeFieldDescriptionprivate static final CopyOnWriteMap<String,
CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.global_listeners_read_map_cow
private static final CopyOnWriteMap<String,
CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.global_listeners_write_map_cow
private final CopyOnWriteMap<String,
CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.listeners_read_map_cow
private final CopyOnWriteMap<String,
CopyOnWriteList<DownloadManagerStateAttributeListener>> DownloadManagerStateImpl.listeners_write_map_cow
-
Uses of CopyOnWriteMap in com.biglybt.core.peermanager.messaging.bittorrent.ltep
Fields in com.biglybt.core.peermanager.messaging.bittorrent.ltep declared as CopyOnWriteMapModifier and TypeFieldDescriptionprivate static final CopyOnWriteMap<Byte,
byte[]> LTMessageDecoder.default_entension_handlers
private final CopyOnWriteMap<Byte,
byte[]> LTMessageDecoder.extension_handlers
-
Uses of CopyOnWriteMap in com.biglybt.core.proxy.impl
Fields in com.biglybt.core.proxy.impl declared as CopyOnWriteMapModifier and TypeFieldDescriptionprivate final CopyOnWriteMap<String,
List<Proxy>> AEProxySelectorImpl.explicit_proxy_map
-
Uses of CopyOnWriteMap in com.biglybt.core.subs.impl
Fields in com.biglybt.core.subs.impl declared as CopyOnWriteMapModifier and TypeFieldDescriptionprivate CopyOnWriteMap<String,
SubscriptionImpl> SubscriptionManagerImpl.subscription_map
-
Uses of CopyOnWriteMap in com.biglybt.core.util
Methods in com.biglybt.core.util with parameters of type CopyOnWriteMap -
Uses of CopyOnWriteMap in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as CopyOnWriteMapModifier and TypeFieldDescriptionprivate CopyOnWriteMap
DownloadImpl.read_attribute_listeners_map_cow
private CopyOnWriteMap
DownloadImpl.write_attribute_listeners_map_cow
Methods in com.biglybt.pifimpl.local.download that return CopyOnWriteMapModifier and TypeMethodDescriptionprivate CopyOnWriteMap
DownloadImpl.getAttributeMapForType
(int event_type) -
Uses of CopyOnWriteMap in com.biglybt.ui.swt.skin
Fields in com.biglybt.ui.swt.skin declared as CopyOnWriteMap