|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.collections.iterators.IteratorEnumeration | +--org.apache.commons.collections.IteratorEnumeration
Adapter to make an Iterator
instance appear to be an Enumeration
instances
Constructor Summary | |
IteratorEnumeration()
Deprecated. Constructs a new IteratorEnumeration that will not
function until setIterator is
invoked. |
|
IteratorEnumeration(java.util.Iterator iterator)
Deprecated. Constructs a new IteratorEnumeration that will use
the given iterator. |
Methods inherited from class org.apache.commons.collections.iterators.IteratorEnumeration |
getIterator, hasMoreElements, nextElement, setIterator |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IteratorEnumeration()
IteratorEnumeration
that will not
function until setIterator
is
invoked.
public IteratorEnumeration(java.util.Iterator iterator)
IteratorEnumeration
that will use
the given iterator.
iterator
- the iterator to use
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |