All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class user.common.IntObject

java.lang.Object
   |
   +----user.common.IntObject

public class IntObject
extends Object
This class defines a simple int wrapper. It has the advantage above the Integer class that its value can be set. This makes it suited to be used in synchronized tags.

Note that its only instance variable value can be used without restrictions from this source file.


Variable Index

 o value

Constructor Index

 o IntObject(int)
Constructor.

Variables

 o value
 public int value

Constructors

 o IntObject
 public IntObject(int value)
Constructor.

Parameters:
value - Initialise the value of this wrapper class.

All Packages  Class Hierarchy  This Package  Previous  Next  Index