K - the type of the key elementV - the type of the value elementpublic class Prepare<K,V> extends Object
| Constructor and Description |
|---|
Prepare() |
| Modifier and Type | Method and Description |
|---|---|
swaydb.Prepare.Put<K,V> |
put(K key,
V value)
Returns the Prepare object for put.
|
swaydb.Prepare.Remove<K> |
remove(K key)
Returns the Prepare object for remove.
|
Copyright © 2019. All rights reserved.