public class ChainedIterable<T> extends java.lang.Object implements DisposableIterable<T>
EMPTY_DISPOSABLEITERABLE| Constructor and Description |
|---|
ChainedIterable(java.lang.Iterable<T>... iterables) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
java.util.Iterator<T> |
iterator() |
public ChainedIterable(java.lang.Iterable<T>... iterables)
public java.util.Iterator<T> iterator()
iterator in interface java.lang.Iterable<T>public void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable