T
- Type of itempublic final class Joined<T> extends Object implements Iterator<T>
There is no thread-safety guarantee.
Constructor and Description |
---|
Joined(Iterable<Iterator<T>> items)
Ctor.
|
Joined(Iterator<T>... items)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
@SafeVarargs public Joined(Iterator<T>... items)
items
- Items to concatenateCopyright © 2017 Cactoos. All rights reserved.