org.nlogo.nvm
Class MutableInteger

java.lang.Object
  extended by org.nlogo.nvm.MutableInteger

public class MutableInteger
extends Object


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

value

public int value
Constructor Detail

MutableInteger

public MutableInteger(int value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object