|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.commons.collections.iterators.ProxyIterator
|
+--org.apache.commons.collections.ProxyIterator
A Proxy Iterator which delegates its methods to a proxy instance.
ProxyListIterator| Constructor Summary | |
ProxyIterator()
Deprecated. Constructs a new ProxyIterator that will not function
until ProxyIterator.setIterator(Iterator) is called. |
|
ProxyIterator(java.util.Iterator iterator)
Deprecated. Constructs a new ProxyIterator that will use the
given iterator. |
|
| Methods inherited from class org.apache.commons.collections.iterators.ProxyIterator |
getIterator, hasNext, next, remove, setIterator |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProxyIterator()
ProxyIterator that will not function
until ProxyIterator.setIterator(Iterator) is called.
public ProxyIterator(java.util.Iterator iterator)
ProxyIterator that will use the
given iterator.
iterator - the underyling iterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||