org.apache.myfaces.util
Class IteratorEnumeration
java.lang.Object
org.apache.myfaces.util.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
public class IteratorEnumeration
- extends Object
- implements Enumeration
- Version:
- $Revision: 684465 $ $Date: 2008-08-10 06:38:21 -0500 (Sun, 10 Aug 2008) $
- Author:
- Anton Koinov (latest modification by $Author: skitching $)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorEnumeration
public IteratorEnumeration(Iterator it)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.