All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.util.misc.MutableInt

java.lang.Object
   |
   +----aid.util.misc.MutableInt

public class MutableInt
extends Object
implements Clone, Serializable
Implements a mutable integer wrapper. The class Integer is immutable .

Version:
$Revision$, $Date$
Author:
M. Jaczynski

Constructor Index

 o MutableInt()

Method Index

 o clone()
 o equals(Object)
 o getInt()
 o hashCode()
 o setInt(int)

Constructors

 o MutableInt
 public MutableInt()

Methods

 o getInt
 public int getInt()
 o setInt
 public void setInt(int i)
 o clone
 public Object clone()
Overrides:
clone in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object o)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index