I believe you need to change the MAX_VALUE bits to MIN_VALUE that
will give you the equivalent minimum values.
If you have installed the docs folder with the API in it (contains
all the standard Java classes in the SDK with their methods and
properties) you should find these properties. For example,
Integer.MIN_VALUE can be found on my computer at
C:\j2sdk1.4.1_01\docs\api\index.html
Go to java.lang package, click on Integer link and you should find it.