public interface StateInt
StateManager.saveState()
/ StateManager.restoreState()
methods.for the creation.
Modifier and Type | Method and Description |
---|---|
int |
decrement()
Decrements the value
|
int |
increment()
Increments the value
|
int |
setValue(int v)
Set the value
|
String |
toString() |
int |
value()
Retrieves the value
|
int setValue(int v)
v
- the value to setint value()
int increment()
int decrement()
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.