Package | Description |
---|---|
org.apache.commons.lang.enum |
Deprecated and replaced by
org.apache.commons.lang.enums
and will be removed in version 3.0. |
Modifier and Type | Method and Description |
---|---|
private static Enum.Entry |
Enum.createEntry(java.lang.Class enumClass)
Deprecated.
Creates an
Entry for storing the Enums. |
private static Enum.Entry |
Enum.getEntry(java.lang.Class enumClass)
Deprecated.
Gets an
Entry from the map of Enums. |