Class TorrentAnnounceURLListSetImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.torrent.TorrentAnnounceURLListSetImpl
-
- All Implemented Interfaces:
TorrentAnnounceURLListSet
public class TorrentAnnounceURLListSetImpl extends java.lang.Object implements TorrentAnnounceURLListSet
-
-
Field Summary
Fields Modifier and Type Field Description protected TorrentAnnounceURLListImpl
list
protected TOTorrentAnnounceURLSet
set
-
Constructor Summary
Constructors Modifier Constructor Description protected
TorrentAnnounceURLListSetImpl(TorrentAnnounceURLListImpl _list, TOTorrentAnnounceURLSet _set)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TOTorrentAnnounceURLSet
getSet()
java.net.URL[]
getURLs()
void
setURLs(java.net.URL[] urls)
-
-
-
Field Detail
-
list
protected TorrentAnnounceURLListImpl list
-
set
protected TOTorrentAnnounceURLSet set
-
-
Constructor Detail
-
TorrentAnnounceURLListSetImpl
protected TorrentAnnounceURLListSetImpl(TorrentAnnounceURLListImpl _list, TOTorrentAnnounceURLSet _set)
-
-
Method Detail
-
getSet
protected TOTorrentAnnounceURLSet getSet()
-
getURLs
public java.net.URL[] getURLs()
- Specified by:
getURLs
in interfaceTorrentAnnounceURLListSet
-
setURLs
public void setURLs(java.net.URL[] urls)
- Specified by:
setURLs
in interfaceTorrentAnnounceURLListSet
-
-