Class MutableInteger


  • public final class MutableInteger
    extends java.lang.Object
    A boxed integer that can be modified.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value
      Current value of this boxed value.
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableInteger()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        public int value
        Current value of this boxed value.
    • Constructor Detail

      • MutableInteger

        public MutableInteger()