class |
CollectionAddOperation |
Add operation for a collection where we have a backing store.
|
class |
CollectionClearOperation |
Clear operation for a collection where we have a backing store.
|
class |
CollectionRemoveOperation |
Remove operation for a collection.
|
class |
ListAddAtOperation |
Add operation at a position for a list where we have a backing store.
|
class |
ListRemoveAtOperation |
Remove operation for a list at a particular index where we have a backing store.
|
class |
ListSetOperation |
Set operation for a list where we have a backing store.
|
class |
MapClearOperation |
Clear operation for a map where we have a backing store.
|
class |
MapPutOperation |
Put operation for a map where we have a backing store.
|
class |
MapRemoveOperation |
Remove operation for a map where we have a backing store.
|