org.exoplatform.commons.utils
Class EnumIterator
java.lang.Object
org.exoplatform.commons.utils.EnumIterator
- All Implemented Interfaces:
- Iterator
public class EnumIterator
- extends Object
- implements Iterator
- 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 |
EnumIterator
public EnumIterator(Enumeration e)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright © 2014 eXo Platform SAS. All Rights Reserved.