java.lang.Objectorg.nlogo.nvm.MutableInteger
public class MutableInteger
Field Summary | |
---|---|
int |
value
|
Constructor Summary | |
---|---|
MutableInteger(int value)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int value
Constructor Detail |
---|
public MutableInteger(int value)
Method Detail |
---|
public String toString()
toString
in class Object