| Package | Description |
|---|---|
| io.atomix.core.iterator |
Primitive iterator interfaces.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncIterator<T> |
SyncIterator.async()
Returns the underlying asynchronous iterator.
|
AsyncIterator<T> |
AsyncIterable.iterator()
Returns an asynchronous iterator.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncIterator<E> |
AsyncDistributedNavigableSet.descendingIterator()
Returns an iterator over the elements in this set, in descending order.
|
Copyright © 2013–2018. All rights reserved.