()
| 4405 | } |
| 4406 | |
| 4407 | WriteThroughEntry nextEntry() { |
| 4408 | if (nextExternal == null) { |
| 4409 | throw new NoSuchElementException(); |
| 4410 | } |
| 4411 | lastReturned = nextExternal; |
| 4412 | advance(); |
| 4413 | return lastReturned; |
| 4414 | } |
| 4415 | |
| 4416 | @Override |
| 4417 | public void remove() { |