|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.util.MyBigInteger
public abstract class MyBigInteger
| Constructor Summary | |
|---|---|
MyBigInteger()
|
|
| Method Summary | |
|---|---|
static java.math.BigInteger |
getBigInteger(java.lang.String s)
Gets a BigInteger from a radix 64 representation created by toString() |
static java.lang.String |
toString(java.math.BigInteger i)
Gets a radix 64 representation of i |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyBigInteger()
| Method Detail |
|---|
public static java.math.BigInteger getBigInteger(java.lang.String s)
s - the radix 64 representation of a BigInteger
public static java.lang.String toString(java.math.BigInteger i)
i - the number to be represented in radix 64
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||