| AbstractRemoteIterator<S,T> |
This class provides the basic means for a window mechanism for lists of elements, that is, the
basic means for a RemoteIterator.
|
| AbstractTimeTrackingRemoteIterator<T> |
|
| CachingRemoteIterator<T> |
|
| CachingRemoteIterator.CachingRemoteIteratorCloseTask |
The clean-up task for closing the wrapped RemoteIterator.
|
| EmptyRemoteIterator<T> |
This class implements a remote iterator for empty results.
|
| LegacyHandling |
|
| MemoryBasedCopyingRemoteIterator<T> |
A remote iterator based on a list of elements that are completely in memory.
|
| TransformingRemoteIterator<S,T> |
This iterator wraps a remote iterator and transforms all objects before returning them using the
provided transformator.
|
| TransformingRemoteIterator.TransformingRemoteIteratorCloseTask |
The clean-up task for closing the wrapped RemoteIterator.
|