kactoos-jvm / nnl.rocks.kactoos.list / Joined
class Joined<X : Any> : ListEnvelope<X>
Joined list.
There is no thread-safety guarantee.
X - Type of source item
Since 0.4
| Name | Summary |
|---|---|
| <init> | Joined(iterable: Iterable<List<X>>)Joined(vararg lists: List<X>)Joined(first: X, vararg lists: List<X>) |
| Name | Summary |
|---|---|
| iterator | open fun iterator(): Iterator<T> |
| listIterator | open fun listIterator(): ListIterator<T>open fun listIterator(index: Int): ListIterator<T> |