T - The type of the iterated elements.Joined@Deprecated
public final class Flattened<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable which iterates the elements of other Iterables.| Constructor and Description |
|---|
Flattened(java.lang.Iterable<java.lang.Iterable<T>> iterables)
Deprecated.
|
Flattened(java.lang.Iterable<T>... iterables)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator()
Deprecated.
|