com.raelity.jvi
Class MutableBoolean

java.lang.Object
  extended by com.raelity.jvi.MutableBoolean

public class MutableBoolean
extends Object


Constructor Summary
MutableBoolean()
           
MutableBoolean(boolean value)
           
 
Method Summary
 boolean getValue()
           
 void setValue(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableBoolean

public MutableBoolean()

MutableBoolean

public MutableBoolean(boolean value)
Method Detail

getValue

public final boolean getValue()

setValue

public final void setValue(boolean value)