info.joseluismartin.util
Class BooleanHolder

java.lang.Object
  extended by info.joseluismartin.util.BooleanHolder

public class BooleanHolder
extends Object

A boolean pointer

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

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

Constructor Detail

BooleanHolder

public BooleanHolder(boolean value)
Parameters:
value -
Method Detail

isValue

public boolean isValue()
Returns:
the value

setValue

public void setValue(boolean value)
Parameters:
value - the value to set


Copyright © 2012 JDAL. All Rights Reserved.