Generated by
JDiff

Package java.lang

Added Classes
StrictMath The class StrictMath contains methods for performing basic numeric operations such as the elementary exponential logarithm square root and trigonometric functions.
 

Changed Classes
Double The Double class wraps a value of the primitive type double in an object.
Float The Float class wraps a value of primitive type float in an object.
InheritableThreadLocal This class extends ThreadLocal to provide inheritance of values from parent Thread to child Thread: when a child thread is created the child receives initial values for all InheritableThreadLocals for which the parent has values.
Math The class Math contains methods for performing basic numeric operations such as the elementary exponential logarithm square root and trigonometric functions.
Runtime Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.