Class MutableInt


  • class MutableInt
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean initialized  
      private int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableInt​(int value)  
    • Method Summary

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

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

      • initialized

        private boolean initialized
      • value

        private int value
    • Constructor Detail

      • MutableInt

        public MutableInt​(int value)
    • Method Detail

      • set

        void set​(int value)
      • get

        int get()