public static interface ArrayUpdater.Update extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int start,
int length)
Clears
length elements in array from the start
position. |
void |
commit(int updateId)
Commits changes for the given
updateId. |
void |
set(int start,
List<elemental.json.JsonValue> items)
Sets the
items at the start position. |
void clear(int start,
int length)
length elements in array from the start
position.start - the start indexlength - the number of elements to clearvoid set(int start,
List<elemental.json.JsonValue> items)
items at the start position.start - the start indexitems - the items to setvoid commit(int updateId)
updateId.updateId - the update identifier of the commitCopyright © 2025. All rights reserved.