Package | Description |
---|---|
org.apache.commons.lang.enums |
Provides an implementation of the C style
enum in the Java world. |
Modifier and Type | Method and Description |
---|---|
private static Enum.Entry |
Enum.createEntry(java.lang.Class enumClass)
Creates an
Entry for storing the Enums. |
private static Enum.Entry |
Enum.getEntry(java.lang.Class enumClass)
Gets an
Entry from the map of Enums. |