Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.lang.Enum

Uses of Enum in java.lang
 

Methods in java.lang that return Enum
static Enum Enum.valueOf(Class etype, String s)
          Returns an Enum for a enum class given a description string of the enum constant.
 

Methods in java.lang with parameters of type Enum
 int Enum.compareTo(Enum e)
          Returns an integer which represents the relative ordering of this enumeration constant.