gate.jape
Class MutableBoolean

java.lang.Object
  extended by 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
           
 
Constructor Summary
MutableBoolean()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public boolean value
Constructor Detail

MutableBoolean

public MutableBoolean()