Almanac Legend

The Almanac format presents all classes and interfaces in alphabetic order. Each class displays a list of its members in alphabetic order, mixing fields, methods, and constructors together.

The Almanac format used in this book is modeled after the style introduced by Patrick Chan in his excellent book, JavaTM Developers Almanac.

  1. The name of the class or interface. If the name refers to an interface, its name is printed in italics.

  2. The name of the package containing the class or interface.

  3. The inheritance chain of superclasses. A class is a subclass of the one above it. Inheritance hierarchies for interfaces are not displayed, because ...

Get Programming Wireless Devices with the Java™ 2 Platform, Micro Edition, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.