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