public class MutableInteger extends MutableNumber
| Constructor and Description |
|---|
MutableInteger() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Number x) |
Number |
calcDivision(long count) |
void |
readExternal(ObjectInput in) |
Number |
toNumber() |
void |
writeExternal(ObjectOutput out) |
fromClasspublic Number toNumber()
toNumber in class MutableNumberpublic void add(Number x)
add in class MutableNumberpublic Number calcDivision(long count)
calcDivision in class MutableNumberpublic void writeExternal(ObjectOutput out) throws IOException
IOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © GigaSpaces.