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