| Package | Description |
|---|---|
| swaydb.java.persistent |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
Map.Builder.build() |
static <K,V> Map<K,V> |
Map.create(Object keySerializer,
Object valueSerializer,
Path dir)
Creates the map.
|
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.
|
Copyright © 2019. All rights reserved.