| Interface | Description |
|---|---|
| RemoteIterator<T extends java.util.List<?>> |
A
RemoteIterator allows to retrieve parts of collections instead
of whole collections. |
| Class | Description |
|---|---|
| CachingRemoteIterator<T> |
This iterator implements a cache for the underlying iterator, that is, when
iterating via
CachingRemoteIterator.getNext(int), all retrieved elements will be cached. |
| EmptyRemoteIterator<T> |
This class implements a remote iterator for empty results.
|
| MemoryBasedCopyingRemoteIterator<T> |
A remote iterator based on a list of elements that are completely in memory.
|