|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.util.AbstractList.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 | |
(package private) |
AbstractList.Itr()
|
| Method Summary | |
(package private) void |
checkForComodification()
|
boolean |
hasNext()
|
Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int cursor
int lastRet
int expectedModCount
| Constructor Detail |
AbstractList.Itr()
| Method Detail |
public boolean hasNext()
public Object next()
public void remove()
final void checkForComodification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||