|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.common.collection.BufferingListIterator<E>
public class BufferingListIterator<E>
| Constructor Summary | |
|---|---|
BufferingListIterator(ListModel<E> model)
|
|
| Method Summary | |
|---|---|
void |
add(E e)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
E |
next()
|
int |
nextIndex()
|
E |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(E e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BufferingListIterator(ListModel<E> model)
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<E>hasNext in interface java.util.ListIterator<E>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<E>public E next()
next in interface java.util.Iterator<E>next in interface java.util.ListIterator<E>public E previous()
previous in interface java.util.ListIterator<E>public int nextIndex()
nextIndex in interface java.util.ListIterator<E>public int previousIndex()
previousIndex in interface java.util.ListIterator<E>public void remove()
remove in interface java.util.Iterator<E>remove in interface java.util.ListIterator<E>public void set(E e)
set in interface java.util.ListIterator<E>public void add(E e)
add in interface java.util.ListIterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||