org.gudy.azureus2.core3.peer.impl.transport
Class PEPeerTransportProtocol.MutableInteger

java.lang.Object
  extended by org.gudy.azureus2.core3.peer.impl.transport.PEPeerTransportProtocol.MutableInteger
Enclosing class:
PEPeerTransportProtocol

protected static class PEPeerTransportProtocol.MutableInteger
extends java.lang.Object


Constructor Summary
protected PEPeerTransportProtocol.MutableInteger(int v)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
protected  int getValue()
           
 int hashCode()
           
protected  void setValue(int v)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PEPeerTransportProtocol.MutableInteger

protected PEPeerTransportProtocol.MutableInteger(int v)
Method Detail

setValue

protected void setValue(int v)

getValue

protected int getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object