org.exoplatform.commons.utils
Class EnumIterator

java.lang.Object
  extended by 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)

Constructor Summary
EnumIterator(Enumeration e)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumIterator

public EnumIterator(Enumeration e)
Method Detail

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 © 2009 eXo Platform SAS. All Rights Reserved.