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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExoEnumeration
public ExoEnumeration(Iterator i)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
Copyright © 2009 eXo Platform SAS. All Rights Reserved.