Uses of Class
com.biglybt.core.peer.util.PeerIdentityManager.DataEntry
-
Packages that use PeerIdentityManager.DataEntry Package Description com.biglybt.core.peer.util -
-
Uses of PeerIdentityManager.DataEntry in com.biglybt.core.peer.util
Fields in com.biglybt.core.peer.util declared as PeerIdentityManager.DataEntry Modifier and Type Field Description private PeerIdentityManager.DataEntry
PeerIdentityDataID. data_entry
Fields in com.biglybt.core.peer.util with type parameters of type PeerIdentityManager.DataEntry Modifier and Type Field Description private static java.util.Map<PeerIdentityDataID,PeerIdentityManager.DataEntry>
PeerIdentityManager. dataMap
Methods in com.biglybt.core.peer.util that return PeerIdentityManager.DataEntry Modifier and Type Method Description protected PeerIdentityManager.DataEntry
PeerIdentityDataID. getDataEntry()
Methods in com.biglybt.core.peer.util with parameters of type PeerIdentityManager.DataEntry Modifier and Type Method Description protected void
PeerIdentityDataID. setDataEntry(PeerIdentityManager.DataEntry d)
-