|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.misc.MutableInteger
public class MutableInteger
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 | |
|---|---|
int |
value
|
| Constructor Summary | |
|---|---|
MutableInteger()
|
|
MutableInteger(int value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int value
| Constructor Detail |
|---|
public MutableInteger()
public MutableInteger(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||