| Package | Description |
|---|---|
| swaydb.java | |
| swaydb.java.eventually.persistent |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
Map.from(K key)
Returns the map object which starts from key for this map.
|
Map<K,V> |
Map.fromOrAfter(K key)
Returns the map object which starts or after key for this map.
|
Map<K,V> |
Map.fromOrBefore(K key)
Returns the map object which starts or before key for this map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Map<K,V>
The eventually persistent Map of data.
|
Copyright © 2019. All rights reserved.