net.floodlightcontroller.core.util
Class MutableInteger

java.lang.Object
  extended by java.lang.Number
      extended by net.floodlightcontroller.core.util.MutableInteger
All Implemented Interfaces:
java.io.Serializable

public class MutableInteger
extends java.lang.Number

See Also:
Serialized Form

Constructor Summary
MutableInteger(int value)
           
 
Method Summary
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 void setValue(int value)
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutableInteger

public MutableInteger(int value)
Method Detail

setValue

public void setValue(int value)

doubleValue

public double doubleValue()
Specified by:
doubleValue in class java.lang.Number

floatValue

public float floatValue()
Specified by:
floatValue in class java.lang.Number

intValue

public int intValue()
Specified by:
intValue in class java.lang.Number

longValue

public long longValue()
Specified by:
longValue in class java.lang.Number