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