-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
MutableDelta
public MutableDelta()
-
Method Details
-
add
public void add(int increment)
-
subtract
public void subtract(int decrement)
-
getValue
public int getValue()
-