private static class Enum.Entry
extends java.lang.Object
Enable the iterator to retain the source code order.
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List |
list
List of Enums in source code order.
|
(package private) java.util.Map |
map
Map of Enum name to Enum.
|
(package private) java.util.List |
unmodifiableList
Map of Enum name to Enum.
|
(package private) java.util.Map |
unmodifiableMap
Map of Enum name to Enum.
|
Modifier | Constructor and Description |
---|---|
protected |
Entry()
Restrictive constructor.
|