All Packages Class Hierarchy This Package Previous Next Index
Class user.common.BooleanObject
java.lang.Object
|
+----user.common.BooleanObject
- public class BooleanObject
- extends Object
Define an own boolean wrapper class. It differs with the default
Boolean that it allows setting of its class value. This
feature is required to use this class in a synchronized
key word.
-
value
- The instance value of this wrapper class.
-
BooleanObject(boolean)
- Constructor.
value
public boolean value
- The instance value of this wrapper class.
BooleanObject
public BooleanObject(boolean value)
- Constructor.
- Parameters:
- value - Set the class initialised value.
All Packages Class Hierarchy This Package Previous Next Index