Package com.biglybt.core.torrent.impl
Class TOTorrentAnnounceURLGroupImpl
java.lang.Object
com.biglybt.core.torrent.impl.TOTorrentAnnounceURLGroupImpl
- All Implemented Interfaces:
TOTorrentAnnounceURLGroup
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
TOTorrentAnnounceURLGroup.TOTorrentAnnounceURLSetImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TOTorrentAnnounceURLSet[]
private final TOTorrentImpl
private long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Gets the current sets defined for this group, 0 length if none definedlong
getUID()
void
Sets the group's URL sets to the supplied values.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.core.torrent.TOTorrentAnnounceURLGroup
createAnnounceURLSet
-
Field Details
-
torrent
-
sets
-
uid
private volatile long uid
-
-
Constructor Details
-
TOTorrentAnnounceURLGroupImpl
-
-
Method Details
-
getUID
public long getUID()- Specified by:
getUID
in interfaceTOTorrentAnnounceURLGroup
-
addSet
-
getAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Gets the current sets defined for this group, 0 length if none defined- Specified by:
getAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Returns:
-
setAnnounceURLSets
Description copied from interface:TOTorrentAnnounceURLGroup
Sets the group's URL sets to the supplied values.- Specified by:
setAnnounceURLSets
in interfaceTOTorrentAnnounceURLGroup
- Parameters:
_sets
-
-