Package java.lang
In Java all classes are ultimatley inherited from a single base class (single rooted hierarchy). This base class is Object. Every Java class has Object as it's superclass. All objects, including arrays, implement the methods of this class, so all objects in Java are ultimately of the same type.
Public Constructors
Public Methods
_INSERT_INHERITED_METHOD_ENTRY_HERE_
_INSERT_FIELDS_ENTRY_HERE_