| Constructor and Description |
|---|
IteratorConcat() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Iterator<T> iter) |
static <T> Iterable<T> |
concat(Iterable<T> iter1,
Iterable<T> iter2) |
static <T> Iterator<T> |
concat(Iterator<T> iter1,
Iterator<T> iter2) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2018 DataWeb Research. All rights reserved.