java.lang

Package java.lang

Provides classes that are fundamental to the design of the Java programming language.

See: Description

Interface Summary
Interface Description
Appendable

An object to which char sequences and values can be appended.

AutoCloseable

An object that may hold resources (such as file or socket handles) until it is closed.

CharSequence

A CharSequence is a readable sequence of char values.

Cloneable

A class implements the Cl