org.gudy.azureus2.core3.peer.impl.control
Class SuperSeedPeer

java.lang.Object
  extended by org.gudy.azureus2.core3.peer.impl.control.SuperSeedPeer
All Implemented Interfaces:
Comparable

public class SuperSeedPeer
extends Object
implements Comparable

Author:
Olivier

Field Summary
 PEPeerTransport peer
           
 
Constructor Summary
SuperSeedPeer(PEPeerTransport peer)
           
 
Method Summary
 int compareTo(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peer

public final PEPeerTransport peer
Constructor Detail

SuperSeedPeer

public SuperSeedPeer(PEPeerTransport peer)
Method Detail

compareTo

public int compareTo(Object obj)
Specified by:
compareTo in interface Comparable