com.evanmclean.evlib.lang
Class MutableBoolean

java.lang.Object
  extended by com.evanmclean.evlib.lang.MutableBoolean

public class MutableBoolean
extends Object

A wrapper around a boolean.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)

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

Constructor Detail

MutableBoolean

public MutableBoolean()

MutableBoolean

public MutableBoolean(boolean value)
Method Detail

getValue

public boolean getValue()

setValue

public void setValue(boolean value)

toString

public String toString()
Overrides:
toString in class Object