Limits.java | Class | 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. |