org.objectweb.proactive.core.util
Class MutableInteger

java.lang.Object
  extended byorg.objectweb.proactive.core.util.MutableInteger
All Implemented Interfaces:
java.io.Serializable

public class MutableInteger
extends java.lang.Object
implements java.io.Serializable

Defines a mutable, serializable and not final Integer.

Author:
cdelbe
See Also:
Serialized Form

Constructor Summary
MutableInteger()
           
MutableInteger(int value)
           
 
Method Summary
 int add(int toAdd)
           
 boolean equals(java.lang.Object mi)
           
 int getValue()
           
 int hashCode()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableInteger

public MutableInteger()

MutableInteger

public MutableInteger(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

add

public int add(int toAdd)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object mi)


Copyright 2001-2005 INRIA All Rights Reserved.