| Package | Description |
|---|---|
| org.apache.commons.lang.enums |
Provides an implementation of the C style
enum in the Java world. |
| Class and Description |
|---|
| Enum
Abstract superclass for type-safe enums.
|
| Enum.Entry
Enable the iterator to retain the source code order.
|
| ValuedEnum
Abstract superclass for type-safe enums with integer values suitable
for use in
switch statements. |