org.wymiwyg.commons.util
Class IteratorEnumeration
java.lang.Object
org.wymiwyg.commons.util.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
public class IteratorEnumeration
- extends Object
- implements Enumeration
- Author:
- reto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorEnumeration
public IteratorEnumeration(Iterator iterator)
- Parameters:
iterator -
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
- See Also:
Enumeration.hasMoreElements()
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
- See Also:
Enumeration.nextElement()
Copyright © 2011. All Rights Reserved.