public class BigIntegers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.math.BigInteger |
ZERO
Represents 0 in big integer.
|
Constructor and Description |
---|
BigIntegers() |
Modifier and Type | Method and Description |
---|---|
static java.math.BigInteger |
toBigInteger(byte v)
Converts a byte to a big integer.
|
static java.math.BigInteger |
toBigInteger(java.lang.Byte v)
Converts a byte to a big integer.
|
static java.math.BigInteger |
toBigInteger(int v)
Converts an integer to a big integer.
|
static java.math.BigInteger |
toBigInteger(java.lang.Integer v)
Converts an integer to a big integer.
|
static java.math.BigInteger |
toBigInteger(long v)
Converts a long to a big integer.
|
static java.math.BigInteger |
toBigInteger(java.lang.Long v)
Converts a long to a big integer.
|
static java.math.BigInteger |
toBigInteger(short v)
Converts a short to a big integer.
|
static java.math.BigInteger |
toBigInteger(java.lang.Short v)
Converts a short to a big integer.
|
public static final java.math.BigInteger toBigInteger(int v)
public static final java.math.BigInteger toBigInteger(long v)
public static final java.math.BigInteger toBigInteger(short v)
public static final java.math.BigInteger toBigInteger(byte v)
public static final java.math.BigInteger toBigInteger(java.lang.Integer v)
public static final java.math.BigInteger toBigInteger(java.lang.Long v)
public static final java.math.BigInteger toBigInteger(java.lang.Short v)
public static final java.math.BigInteger toBigInteger(java.lang.Byte v)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.