Class PEPeerTransportProtocol.MutableInteger
- java.lang.Object
-
- com.biglybt.core.peer.impl.transport.PEPeerTransportProtocol.MutableInteger
-
- Enclosing class:
- PEPeerTransportProtocol
protected static class PEPeerTransportProtocol.MutableInteger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
MutableInteger(int v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
protected int
getValue()
int
hashCode()
protected void
setValue(int v)
-