Each package has a page that contains a list of its classes and interfaces and its outline. This page can contain six categories:
Each class, interface, nested and nested interfaces have their own pages. Each page consists of three parts (class / interface description, summary table, and detailed member description):
Each summary entry contains the first sentence of the detailed description of the item. The summary entries are arranged in alphabetical order, and the detail is arranged in the order in which they appear in the source code. This keeps the logical grouping established by the programmer.
Each annotation type has its own page, which contains the following sections:
Each enumeration has its own page, which contains the following sections:
Each of the documented packages, classes, and interfaces has their own "use" pages. This page describes packages, classes, methods, constructors, and fields that use any part of a given class or package. For a given class or interface A, its "use" page contains a subclass of A, a field declared as A, a method that returns A, and a method and constructor with parameters of type A. To access this page, first go to the package, class, or interface, and then click the "Use" link in the navigation bar.
For all packages, there is oneclass hierarchical structurePages, and the hierarchical structure of each package. Each hierarchical page contains a list of classes and a list of interfaces. Starting with java.lang.Object code>, the classes are sorted by inheritance. The interface is not inherited from
java.lang.Object code>.
Deprecated API page lists all obsolete APIs. It is advisable not to use obsolete APIs because of improvements and usually provide alternative APIs. In the future implementation process, may be outdated API.
Indexes Contains a list of all classes, interfaces, constructors, methods, and fields that are in alphabetical order.
These links allow you to go to the next or previous class, interface, package, or related page.
These links are used to show and hide the HTML framework. All pages have both frame and frameless display.
All Classes link displays all classes and interfaces (except for non-static nested types).
Each serializable or externible class has a description of its serialized fields and methods. This information is useful for re-implementers and is of little use for developers who use APIs. Although there is no link in the navigation bar, you can get this information in the following ways: Go to any serialized class and click Serialized Table in the "See Also" section of the class description.
Constant field valueThe page lists the static final fields and their values.