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