Class PEPeerTransportProtocol.MutableInteger

java.lang.Object
com.biglybt.core.peer.impl.transport.PEPeerTransportProtocol.MutableInteger
Enclosing class:
PEPeerTransportProtocol

protected static class PEPeerTransportProtocol.MutableInteger extends Object
  • Field Details

    • value

      private int value
  • Constructor Details

    • MutableInteger

      protected MutableInteger(int v)
  • Method Details

    • setValue

      protected void setValue(int v)
    • getValue

      protected int getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object