gate.jape
Class MutableBoolean
java.lang.Object
|
+--gate.jape.MutableBoolean
- public class MutableBoolean
- extends Object
A mutable wrapper for bool, so you can return
bool values via a method parameter. If public data members bother you
I suggest you get a hobby, or have more sex or something.
Field Summary |
private static boolean |
DEBUG
Debug flag |
boolean |
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 boolean value
MutableBoolean
public MutableBoolean()