org.antlr.misc
Class MutableInteger
java.lang.Object
org.antlr.misc.MutableInteger
public class MutableInteger
- extends Object
Java won't let you modify an Integer; not sure how that's more
efficient, but...here's one that let's you modify it.
Frightening I have to implement this myself. Blech.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public int value
MutableInteger
public MutableInteger()
MutableInteger
public MutableInteger(int value)
Copyright © 2011. All Rights Reserved.