|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | 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 | |
private |
AbstractList.Itr()
|
Method Summary | |
(package private) void |
checkForComodification()
|
boolean |
hasNext()
Returns true if the iteration has more elements. |
Object |
next()
Returns the next element in the iteration. |
void |
remove()
Removes from the underlying collection the last element returned by the iterator (optional operation). |
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 AbstractList.Itr()
Method Detail |
public boolean hasNext()
Iterator
hasNext
in interface Iterator
public Object next()
Iterator
next
in interface Iterator
public void remove()
Iterator
remove
in interface Iterator
final void checkForComodification()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |