org.apache.commons.lang.enum
Class Enum.Entry

java.lang.Object
  |
  +--org.apache.commons.lang.enum.Enum.Entry
Enclosing class:
Enum

private static class Enum.Entry
extends Object

Enable the iterator to retain the source code order


Field Summary
(package private)  List list
          List of Enums in source code order
(package private)  Map map
          Map of Enum name to Enum
 
Constructor Summary
private Enum.Entry()
          Restrictive constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

final Map map
Map of Enum name to Enum


list

final List list
List of Enums in source code order

Constructor Detail

Enum.Entry

private Enum.Entry()
Restrictive constructor



Copyright (c) 2001-2002 - Apache Software Foundation