org.apache.commons.collections
Class IteratorEnumeration
- Enumeration
public class IteratorEnumeration
Adapter to make an Iterator
instance appear to be an Enumeration
instances
IteratorEnumeration
public IteratorEnumeration()
Constructs a new
IteratorEnumeration
that will not
function until
setIterator
is
invoked.
IteratorEnumeration
public IteratorEnumeration(Iterator iterator)
Constructs a new IteratorEnumeration
that will use
the given iterator.
iterator
- the iterator to use
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.