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