public class WrappedCloseableIterable<T> extends Object implements CloseableIterable<T>
| Constructor and Description |
|---|
WrappedCloseableIterable() |
WrappedCloseableIterable(Iterable<T> iterable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CloseableIterator<T> |
iterator() |
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface CloseableIterable<T>public CloseableIterator<T> iterator()
Copyright © 2017. All rights reserved.