| Constructor and Description | 
|---|
Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
MapUpdate<K,V> | 
build()  | 
MapUpdate.Builder<K,V> | 
withKey(K key)  | 
MapUpdate.Builder<K,V> | 
withType(MapUpdate.Type type)  | 
MapUpdate.Builder<K,V> | 
withValue(V value)  | 
MapUpdate.Builder<K,V> | 
withVersion(long version)  | 
public MapUpdate.Builder<K,V> withType(MapUpdate.Type type)
public MapUpdate.Builder<K,V> withKey(K key)
public MapUpdate.Builder<K,V> withValue(V value)
public MapUpdate.Builder<K,V> withVersion(long version)