
Public Member Functions | |
| boolean | hasNext () |
| E | next () |
| void | remove () |
Protected Member Functions | |
| Itr () | |
Package Functions | |
| final void | checkForComodification () |
Package Attributes | |
| int | cursor = 0 |
| int | expectedModCount = modCount |
| int | lastRet = NotFound |
| Itr | ( | ) | [protected] |
| final void checkForComodification | ( | ) | [package] |
| boolean hasNext | ( | ) |
| E next | ( | ) |
| void remove | ( | ) |
int cursor = 0 [package] |
int expectedModCount = modCount [package] |
int lastRet = NotFound [package] |
1.5.8