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, dealing with deltas.
|
containsKey, entrySet, get, getArray, getSingle, initialCapacity, isEmpty, keyArray, keySet, putEvenIfNull, putInternal, remove, setArray, setSingle, size, toString, toString
Copyright © 2015 Nuxeo SA. All rights reserved.