ToInt

public final class ToInt

An object around an int, which can thus be modified.

Constructors

ToInt

public ToInt(int value)

Creation, with initial value.

Methods

get

public int get()
Returns

the value.

set

public void set(int value)

Set the value.

toString

public String toString()