Package org.exoplatform.commons.utils
Class ExoEnumeration
- java.lang.Object
-
- org.exoplatform.commons.utils.ExoEnumeration
-
- All Implemented Interfaces:
Enumeration
public class ExoEnumeration extends Object implements Enumeration
- Since:
- Nov 9, 2003 4:01:29 PM
- Author:
- Ove Ranheim (oranheim@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ExoEnumeration(Iterator i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()ObjectnextElement()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Constructor Detail
-
ExoEnumeration
public ExoEnumeration(Iterator i)
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElementsin interfaceEnumeration
-
nextElement
public Object nextElement()
- Specified by:
nextElementin interfaceEnumeration
-
-