Class MutableInt


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

      Fields 
      Modifier and Type Field Description
      private byte value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableInt()  
    • Method Summary

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

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

      • value

        private byte value
    • Constructor Detail

      • MutableInt

        public MutableInt()
    • Method Detail

      • set

        public void set​(byte value)
      • get

        public byte get()
      • incrementAndGet

        public byte incrementAndGet()