static class TextElementIteratorsFactory.ComposedIterator<E>
extends java.lang.Object
implements java.util.Iterator<E>
| Modifier and Type | Field and Description |
|---|---|
private int |
currIndex |
private java.util.List<java.util.Iterator<E>> |
elements |
| Constructor and Description |
|---|
ComposedIterator(java.util.List<java.util.Iterator<E>> elements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |