Header
Home | Sitemap Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections



Almanac Legend

by

image

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.

graphics/afig01.gif

  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 interfaces can potentially inherit multiple superinterfaces.

  4. The names of the interfaces implemented by the class to its left on the same line.

  5. Icons that indicate modifiers or members. If the "protected" symbol does not appear, the member is public. Private and package-private members have no symbols and are not shown.

    abstract

    • final

    static

    static final

    protected

    graphics/constructor_icon.gif constructor

    graphics/field_icon.gif field

  6. The return type of a method or the declared type of a field. It is blank for constructors.

  7. The name of the member. Members are sorted alphabetically. If it is a method, the parameter list and optional throws clause follows.


594 times read

Related news

» Package java.util
by admin posted on Nov 17,2006
» Package javax.microedition.midlet
by admin posted on Nov 17,2006
» Package javax.microedition.lcdui.game
by admin posted on Nov 17,2006
» Package java.io
by admin posted on Nov 17,2006
» Package javax.microedition.media.control
by admin posted on Nov 17,2006


More Top News
Cisco Wireless Networking
Most Popular
Featured Author