public class BigIntegers extends Object
| Modifier and Type | Field and Description |
|---|---|
static BigInteger |
ZERO
Represents 0 in big integer.
|
| Constructor and Description |
|---|
BigIntegers() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
toBigInteger(byte v)
Converts a byte to a big integer.
|
static BigInteger |
toBigInteger(Byte v)
Converts a byte to a big integer.
|
static BigInteger |
toBigInteger(int v)
Converts an integer to a big integer.
|
static BigInteger |
toBigInteger(Integer v)
Converts an integer to a big integer.
|
static BigInteger |
toBigInteger(long v)
Converts a long to a big integer.
|
static BigInteger |
toBigInteger(Long v)
Converts a long to a big integer.
|
static BigInteger |
toBigInteger(short v)
Converts a short to a big integer.
|
static BigInteger |
toBigInteger(Short v)
Converts a short to a big integer.
|
public static final BigInteger ZERO
public static final BigInteger toBigInteger(int v)
public static final BigInteger toBigInteger(long v)
public static final BigInteger toBigInteger(short v)
public static final BigInteger toBigInteger(byte v)
public static final BigInteger toBigInteger(Integer v)
public static final BigInteger toBigInteger(Long v)
public static final BigInteger toBigInteger(Short v)
public static final BigInteger toBigInteger(Byte v)
Copyright © 2018. All rights reserved.