Sharkysoft home

lava.konst
Class BIG_INTEGER

java.lang.Object
  |
  +--lava.konst.BIG_INTEGER

public class BIG_INTEGER
extends java.lang.Object

BigInteger constants.

Details: BIG_INTEGER is a collection of BigInteger constants.

Since:
2000.02.21

Field Summary
static java.math.BigInteger MAX_SBYTE
           
static java.math.BigInteger MAX_SINT
           
static java.math.BigInteger MAX_SLONG
           
static java.math.BigInteger MAX_SSHORT
           
static java.math.BigInteger MAX_UBYTE
           
static java.math.BigInteger MAX_UINT
           
static java.math.BigInteger MAX_ULONG
           
static java.math.BigInteger MAX_USHORT
           
static java.math.BigInteger MIN_SBYTE
           
static java.math.BigInteger MIN_SINT
           
static java.math.BigInteger MIN_SLONG
           
static java.math.BigInteger MIN_SSHORT
           
static java.math.BigInteger MIN_UBYTE
           
static java.math.BigInteger MIN_UINT
           
static java.math.BigInteger MIN_ULONG
           
static java.math.BigInteger MIN_USHORT
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_SLONG

public static final java.math.BigInteger MAX_SLONG

MIN_SLONG

public static final java.math.BigInteger MIN_SLONG

MAX_ULONG

public static final java.math.BigInteger MAX_ULONG

MIN_ULONG

public static final java.math.BigInteger MIN_ULONG

MAX_SINT

public static final java.math.BigInteger MAX_SINT

MIN_SINT

public static final java.math.BigInteger MIN_SINT

MAX_UINT

public static final java.math.BigInteger MAX_UINT

MIN_UINT

public static final java.math.BigInteger MIN_UINT

MAX_SSHORT

public static final java.math.BigInteger MAX_SSHORT

MIN_SSHORT

public static final java.math.BigInteger MIN_SSHORT

MAX_USHORT

public static final java.math.BigInteger MAX_USHORT

MIN_USHORT

public static final java.math.BigInteger MIN_USHORT

MAX_SBYTE

public static final java.math.BigInteger MAX_SBYTE

MIN_SBYTE

public static final java.math.BigInteger MIN_SBYTE

MAX_UBYTE

public static final java.math.BigInteger MAX_UBYTE

MIN_UBYTE

public static final java.math.BigInteger MIN_UBYTE

Sharkysoft home