Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.collections.iterators.ProxyIterator
org.apache.commons.collections.ProxyIterator
public class ProxyIterator
extends ProxyIterator
Iterator
which delegates its methods to a proxy instance.
ProxyListIterator
Constructor Summary | |
| |
|
Method Summary |
Methods inherited from class org.apache.commons.collections.iterators.ProxyIterator | |
getIterator , hasNext , next , remove , setIterator |
public ProxyIterator()
Constructs a newProxyIterator
that will not function untilsetIterator(Iterator)
is called.
public ProxyIterator(Iterator iterator)
Constructs a newProxyIterator
that will use the given iterator.
- Parameters:
iterator
- the underyling iterator