The platform-dependent C type limits.
To recreate this class, compile limits.c in the same
directory as this interface and run the resulting executable while
piping standard output to Limits.java.
The rank for pointer difference, sizeof, and wide character types
reflects the ordering char, short,
int, long, and long long,
starting at 1 and ignoring the sign. This program requires that the
__PTRDIFF_TYPE__, __SIZE_TYPE__, and
__WCHAR_TYPE__ preprocessor macros are defined.
author: Robert Grimm version: $Revision: 1.21 $
Determine whether the specified value fits into an unsigned
long.
Parameters: value - The value. true if the value fits into an unsignedlong.
fitsUnsignedLongLong
public static boolean fitsUnsignedLongLong(BigInteger value)(Code)
Determine whether the specified value fits into an unsigned
long long.
Parameters: value - The value. true if the value fits into an unsignedlong long.