|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.janino.util.iterator.FilterListIterator
An @link java.util.ListIterator that retrieves its elements from a delegate
ListIterator. The default implementation simply passes
all method invocations to the delegate.
| Field Summary | |
protected ListIterator |
delegate
|
| Constructor Summary | |
FilterListIterator(ListIterator delegate)
|
|
| Method Summary | |
void |
add(Object o)
Calls delegate.ListIterator.add(java.lang.Object) |
boolean |
hasNext()
Calls delegate.ListIterator.hasNext() |
boolean |
hasPrevious()
Calls delegate.ListIterator.hasPrevious() |
Object |
next()
Calls delegate.ListIterator.next() |
int |
nextIndex()
Calls delegate.ListIterator.nextIndex() |
Object |
previous()
Calls delegate.ListIterator.previous() |
int |
previousIndex()
Calls delegate.ListIterator.previousIndex() |
void |
remove()
Calls delegate.ListIterator.remove() |
void |
set(Object o)
Calls delegate.ListIterator.set(java.lang.Object) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final ListIterator delegate
| Constructor Detail |
public FilterListIterator(ListIterator delegate)
| Method Detail |
public boolean hasNext()
delegate.ListIterator.hasNext()
hasNext in interface ListIteratorpublic Object next()
delegate.ListIterator.next()
next in interface ListIteratorpublic boolean hasPrevious()
delegate.ListIterator.hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
delegate.ListIterator.previous()
previous in interface ListIteratorpublic int nextIndex()
delegate.ListIterator.nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
delegate.ListIterator.previousIndex()
previousIndex in interface ListIteratorpublic void remove()
delegate.ListIterator.remove()
remove in interface ListIteratorpublic void set(Object o)
delegate.ListIterator.set(java.lang.Object)
set in interface ListIteratorpublic void add(Object o)
delegate.ListIterator.add(java.lang.Object)
add in interface ListIterator
|
Web Site | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||