org.exolab.castor.util
Class IteratorEnumeration
java.lang.Object
org.exolab.castor.util.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
public class IteratorEnumeration
- extends Object
- implements Enumeration
- Version:
- $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Assaf Arkin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IteratorEnumeration
public IteratorEnumeration(Iterator iter)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
Copyright © 2013. All Rights Reserved.