|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mmm.util.collection.base.CollectionList.ListIterator
private class CollectionList.ListIterator
This inner class implements an Iterator for this
CollectionList.
| Field Summary | |
|---|---|
private int |
cursor
Index of element to be returned by subsequent call to next. |
private int |
expectedModCount
The modCount value that the iterator believes that the backing List should have. |
private int |
lastRet
Index of element returned by most recent call to next or previous. |
| Constructor Summary | |
|---|---|
private |
CollectionList.ListIterator()
|
| Method Summary | |
|---|---|
(package private) void |
checkForComodification()
Checks that the collection has NOT been modified outside this iterator. |
boolean |
hasNext()
|
E |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int cursor
private int lastRet
private int expectedModCount
| Constructor Detail |
|---|
private CollectionList.ListIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<E>public E next()
next in interface Iterator<E>public void remove()
remove in interface Iterator<E>final void checkForComodification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||