| Package | Description |
|---|---|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedNavigableSet<E extends Comparable<E>>
Asynchronous distributed navigable set.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSortedSet<E> |
DistributedSortedSet.async() |
AsyncDistributedSortedSet<E> |
AsyncDistributedSortedSet.headSet(E toElement)
Returns a view of the portion of this set whose elements are
strictly less than toElement.
|
AsyncDistributedSortedSet<E> |
AsyncDistributedSortedSet.subSet(E fromElement,
E toElement)
Returns a view of the portion of this set whose elements range
from fromElement, inclusive, to toElement,
exclusive.
|
AsyncDistributedSortedSet<E> |
AsyncDistributedSortedSet.tailSet(E fromElement)
Returns a view of the portion of this set whose elements are
greater than or equal to fromElement.
|
Copyright © 2013–2018. All rights reserved.