|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.util.collections.impl.DefaultFilteredList.Iter
protected class DefaultFilteredList.Iter
Iterator class.
| Method Summary | |
|---|---|
void |
add(T o)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
T |
next()
|
int |
nextIndex()
|
T |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(T o)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<T>hasNext in interface ListIterator<T>public boolean hasPrevious()
hasPrevious in interface ListIterator<T>
public T next()
throws NoSuchElementException
next in interface Iterator<T>next in interface ListIterator<T>NoSuchElementExceptionpublic T previous()
previous in interface ListIterator<T>
public void remove()
throws UnsupportedOperationException
remove in interface Iterator<T>remove in interface ListIterator<T>UnsupportedOperationExceptionpublic void add(T o)
add in interface ListIterator<T>UnsupportedOperationExceptionpublic int nextIndex()
nextIndex in interface ListIterator<T>public int previousIndex()
previousIndex in interface ListIterator<T>public void set(T o)
set in interface ListIterator<T>UnsupportedOperationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||