info.joseluismartin.util
Class BooleanHolder
java.lang.Object
info.joseluismartin.util.BooleanHolder
public class BooleanHolder
- extends Object
A boolean pointer
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanHolder
public BooleanHolder(boolean value)
- Parameters:
value -
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.