org.apache.myfaces.util
Class EnumerationIterator<T>
java.lang.Object
org.apache.myfaces.util.EnumerationIterator<T>
- All Implemented Interfaces:
- Iterator<T>
public final class EnumerationIterator<T>
- extends Object
- implements Iterator<T>
- Version:
- $Revision: 698799 $ $Date: 2008-09-24 21:03:47 -0500 (Wed, 24 Sep 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumerationIterator
public EnumerationIterator(Enumeration<? extends T> enumeration)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
next
public T next()
- Specified by:
next
in interface Iterator<T>
remove
public void remove()
- Specified by:
remove
in interface Iterator<T>
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.