org.apache.myfaces.util
Class EnumerationIterator
java.lang.Object
org.apache.myfaces.util.EnumerationIterator
- All Implemented Interfaces:
- Iterator
public final class EnumerationIterator
- extends Object
- implements Iterator
- Version:
- $Revision: 693059 $ $Date: 2008-09-08 06:42:28 -0500 (Mon, 08 Sep 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationIterator
public EnumerationIterator(Enumeration enumeration)
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 © 2012 The Apache Software Foundation. All Rights Reserved.