org.objectweb.proactive.core.util
Class MutableLong

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

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

Defines a mutable, serializable and not final Long.

Author:
cdelbe
See Also:
Serialized Form

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

Constructor Detail

MutableLong

public MutableLong()

MutableLong

public MutableLong(long value)
Method Detail

getValue

public long getValue()

setValue

public void setValue(long value)

add

public long add(long toAdd)

isLessThan

public boolean isLessThan(MutableLong l)

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object mi)


Copyright 2001-2005 INRIA All Rights Reserved.