API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. Name View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.2 06/07/31
Serial
Hierarchy
 CharSequence
      Name
Subinterfaces
Description
public interface Name
  An immutable sequence of characters.
Methods
Hide/Show inherited methods
public boolean contentEquals (CharSequence cs)
  Compares this name to the specified CharSequence.
public boolean equals (Object obj)
  Returns true if the argument represents the same name as this, and false otherwise.
public int hashCode ()
  Obeys the general contract of Object.hashCode.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar