Package io.atomix.client.iterator
Interface SyncIterator<T>
- All Superinterfaces:
Iterator<T>
Synchronous iterator.
-
Method Details
-
close
void close()Closes the iterator. -
async
AsyncIterator<T> async()Returns the underlying asynchronous iterator.- Returns:
- the underlying asynchronous iterator
-