public static class State.StateDiff extends State
State
.
Each value is applied to the existing State
. An element can be:
State.StateDiff
, to be applied on a State
,
State.ListDiff
, to be applied on an array/List
,
null
).
State.ListDiff, State.StateDiff
Constructor and Description |
---|
State.StateDiff() |
Modifier and Type | Method and Description |
---|---|
void |
put(String key,
Serializable value)
Sets a key/value, dealing with deltas.
|
containsKey, entrySet, get, isEmpty, keySet, putInternal, remove, size, toString
public void put(String key, Serializable value)
State
Copyright © 2015 Nuxeo SA. All rights reserved.