public interface CloseableIterable<T> extends Iterable<T>, Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
closeQuietly()
Unconditionally closes the iterator.
|
void closeQuietly()
Unconditionally closes the iterator.
Equivalent to Closeable.close(), except any exceptions will be ignored.
Copyright © 2014 Calrissian. All rights reserved.