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 | 
 boolean | 
value
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
value
public boolean value
MutableBoolean
public MutableBoolean()