Package org.apache.commons.lang.enums
Class Enum.Entry
java.lang.Object
org.apache.commons.lang.enums.Enum.Entry
- Enclosing class:
- Enum
Enable the iterator to retain the source code order.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
Map of Enum name to Enum. -
unmodifiableMap
Map of Enum name to Enum. -
list
List of Enums in source code order. -
unmodifiableList
Map of Enum name to Enum.
-
-
Constructor Details
-
Entry
protected Entry()Restrictive constructor.
-