gov.nasa.alsUtility
Class integer
java.lang.Object
gov.nasa.alsUtility.integer
- All Implemented Interfaces:
- java.io.Serializable
- public class integer
- extends java.lang.Object
- implements java.io.Serializable
represent a changeable integer (Java API class Integer cannot be modified)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
value
public int value
integer
public integer()
integer
public integer(int i)
increment
public void increment()
setValue
public void setValue(int i)
divideBy
public void divideBy(int i)
getValue
public int getValue()
add
public void add(int i)
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object other)
hashCode
public int hashCode()