edu.stanford.nlp.util
Class MutableInteger

java.lang.Object
  |
  +--java.lang.Number
        |
        +--edu.stanford.nlp.util.MutableInteger
All Implemented Interfaces:
Serializable

public final class MutableInteger
extends Number

See Also:
Serialized Form

Constructor Summary
MutableInteger()
           
MutableInteger(int i)
           
 
Method Summary
 byte byteValue()
           
 double doubleValue()
           
 boolean equals(Object o)
           
 float floatValue()
           
 int hashCode()
           
 int intValue()
           
 long longValue()
           
 void set(int i)
           
 short shortValue()
           
 
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 i)
Method Detail

set

public void set(int i)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

shortValue

public short shortValue()
Overrides:
shortValue in class Number

byteValue

public byte byteValue()
Overrides:
byteValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number


Stanford NLP Group