Class 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)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private int value
    • Constructor Detail

      • MutableInteger

        protected 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