|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--BigInteiro
Manipulação de inteiros de dimensão n. Semelhante ao BigInteger do JAVA SDK, apenas é implementado o metodo soma (add)
| Constructor Summary | |
BigInteiro(BigInteiro bint)
Construtor que recebe um BigInteiro como parametro |
|
BigInteiro(java.lang.String s)
Construtor que recebe um valor inteiro em forma de String ex: "123" |
|
| Method Summary | |
BigInteiro |
add(java.lang.String s)
Relaiza a soma entre dois BigInteiro |
java.lang.String |
toString()
transformação do inteiro privado para uma String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BigInteiro(java.lang.String s)
s - public BigInteiro(BigInteiro bint)
bint - | Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic BigInteiro add(java.lang.String s)
s - String que contem um Inteiro
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||