Class Enum.Entry

java.lang.Object
org.apache.commons.lang.enums.Enum.Entry
Enclosing class:
Enum

private static class Enum.Entry extends Object

Enable the iterator to retain the source code order.

  • Field Details

    • map

      final Map map
      Map of Enum name to Enum.
    • unmodifiableMap

      final Map unmodifiableMap
      Map of Enum name to Enum.
    • list

      final List list
      List of Enums in source code order.
    • unmodifiableList

      final List unmodifiableList
      Map of Enum name to Enum.
  • Constructor Details

    • Entry

      protected Entry()

      Restrictive constructor.