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

Field Summary
protected  Iterator m_iterator
          Deprecated.  
 
Constructor Summary
IteratorEnumeration(Iterator iterator)
          Deprecated.  
 
Method Summary
 boolean hasMoreElements()
          Deprecated.  
 Object nextElement()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_iterator

protected Iterator m_iterator
Deprecated. 
Constructor Detail

IteratorEnumeration

public IteratorEnumeration(Iterator iterator)
Deprecated. 
Method Detail

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.