| Interface | Description |
|---|---|
| CloseableIterable<T> |
Iterable that is closeable to release underlying resources
|
| CloseableIterator<T> |
An Iterator that needs to be closed once it is no longer being used in order to clean up opened resources
|
| PeekingCloseableIterator<T> |
A PeekingIterator which is also a CloseableIterator.
|
| Class | Description |
|---|---|
| AbstractCloseableIterable<T> |
This class represents a skeletal implementation of a
CloseableIterable. |
| AbstractCloseableIterator<T> |
This class is an extension of the
AbstractIterator class which provides additional
support for closing the Iterator quietly. |
| CloseableIterables |
Utility class to develop commonly used closeable iterables functions.
|
| CloseableIterators |
Utility class to develop commonly used closeable iterator functions.
|
| FluentCloseableIterable<T> |
A class to provide the same basic functionality as
FluentIterable to work
with CloseableIterables |
| Iterables2 |
Additional functions for working on Iterables
|
| Iterators2 |
Additional functions for working on Iterators
|
Copyright © 2018 Calrissian. All rights reserved.