Package jodd.proxetta

Class MutableInteger


  • public class MutableInteger
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get()  
      void set​(int i)  
      • Methods inherited from class java.lang.Object

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

      • value

        public int value
    • Constructor Detail

      • MutableInteger

        public MutableInteger()
      • MutableInteger

        public MutableInteger​(int value)
    • Method Detail

      • get

        public int get()
      • set

        public void set​(int i)