SetChangeSet

interface SetChangeSet

This interface models the changes that can occur to a set.

Inheritors

Properties

Link copied to clipboard
abstract val deletions: Int

The number of entries that have been deleted in this version of the collection.

Link copied to clipboard
abstract val insertions: Int

The number of entries that have been inserted in this version of the collection.