| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncDistributedNavigableMap<K extends Comparable<K>,V>
Asynchronous distributed navigable map.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSortedMap<K,V> |
DistributedSortedMap.async() |
AsyncDistributedSortedMap<K,V> |
AsyncDistributedSortedMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are
strictly less than
toKey. |
AsyncDistributedSortedMap<K,V> |
AsyncDistributedSortedMap.subMap(K fromKey,
K toKey)
Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive. |
AsyncDistributedSortedMap<K,V> |
AsyncDistributedSortedMap.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are
greater than or equal to
fromKey. |
Copyright © 2013–2018. All rights reserved.