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.


Variable Index

 o value
The instance value of this wrapper class.

Constructor Index

 o BooleanObject(boolean)
Constructor.

Variables

 o value
 public boolean value
The instance value of this wrapper class.

Constructors

 o BooleanObject
 public BooleanObject(boolean value)
Constructor.

Parameters:
value - Set the class initialised value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index