org.apache.avalon.excalibur.collections
Class IteratorEnumeration
java.lang.Object
|
+--org.apache.avalon.excalibur.collections.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
Deprecated. use org.apache.commons.collections.IteratorEnumeration instead
- public final class IteratorEnumeration
- extends Object
- implements Enumeration
Enumeration wrapper for iterator.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2003/03/22 12:46:22 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_iterator
protected Iterator m_iterator
- Deprecated.
IteratorEnumeration
public IteratorEnumeration(Iterator iterator)
- Deprecated.
hasMoreElements
public boolean hasMoreElements()
- Deprecated.
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Deprecated.
- Specified by:
nextElement
in interface Enumeration
Copyright © 2000-2003 Apache Jakarta Project. All Rights Reserved.