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.ArraysEntry, State.ArraysEntryIterator, State.ArraysEntrySet, State.ListDiff, State.StateDiff
Constructor and Description |
---|
StateDiff() |
Modifier and Type | Method and Description |
---|---|
void |
put(String key,
Serializable value)
Sets a key/value.
|
Copyright © 2018 Nuxeo. All rights reserved.