public class ConcatenatedLists.Iterator extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentComponent |
protected int |
indexWithinComponent |
protected boolean |
nextWasCalled |
| Constructor and Description |
|---|
Iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected int currentComponent
protected int indexWithinComponent
protected boolean nextWasCalled
public Iterator()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.