| java.lang.Object org.antlr.misc.MutableInteger
MutableInteger | public class MutableInteger (Code) | | 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.
|
Field Summary | |
public int | value |
MutableInteger | public MutableInteger()(Code) | | |
MutableInteger | public MutableInteger(int value)(Code) | | |
|
|