|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.tools.CopyList.Itr
private class CopyList.Itr
| Field Summary | |
|---|---|
(package private) int |
cursor
Index of element to be returned by subsequent call to next. |
(package private) int |
expectedModCount
The modCount value that the iterator believes that the backing List should have. |
(package private) int |
lastRet
Index of element returned by most recent call to next or previous. |
| Constructor Summary | |
|---|---|
private |
CopyList.Itr()
|
| Method Summary | |
|---|---|
(package private) void |
checkForComodification()
|
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 |
|---|
int cursor
int lastRet
int expectedModCount
| Constructor Detail |
|---|
private CopyList.Itr()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<E>public E next()
next in interface java.util.Iterator<E>public void remove()
remove in interface java.util.Iterator<E>final void checkForComodification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||