Class MutableInteger
java.lang.Object
com.strobel.core.MutableInteger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUPPLIER
-
_value
private int _value
-
-
Constructor Details
-
MutableInteger
public MutableInteger() -
MutableInteger
public MutableInteger(int value)
-
-
Method Details
-
getValue
public int getValue() -
setValue
public void setValue(int value) -
increment
-
decrement
-
equals
-
hashCode
-