gate.jape
Class MutableInteger
java.lang.Object
gate.jape.MutableInteger
- All Implemented Interfaces:
- Serializable
- public class MutableInteger
- extends Object
- implements Serializable
A mutable wrapper for int, so you can return
integer values via a method parameter. If public data members bother you
I suggest you get a hobby, or have more sex or something.
- See Also:
- Serialized Form
Field Summary |
private static boolean |
DEBUG
Debug flag |
int |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
private static final boolean DEBUG
- Debug flag
- See Also:
- Constant Field Values
value
public int value
MutableInteger
public MutableInteger()