org.objectweb.proactive.core.util
Class MutableInteger
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MutableInteger
public MutableInteger()
MutableInteger
public MutableInteger(int value)
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.