com.ochafik.util
Class IteratorEnumeration
java.lang.Object
com.ochafik.util.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
public class IteratorEnumeration
- extends Object
- implements Enumeration
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 © 2009. All Rights Reserved.