public class SetChangeSet extends Object
SetChangeSet is passed to the SetChangeListener which is registered
by RealmSet.addChangeListener(SetChangeListener).
| Constructor and Description |
|---|
SetChangeSet(OsCollectionChangeSet osCollectionChangeSet) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfDeletions()
The number of entries that have been deleted
|
int |
getNumberOfInsertions()
The number of entries that have been inserted.
|
boolean |
isEmpty()
Whether the change set is empty or not.
|
public int getNumberOfInsertions()
public int getNumberOfDeletions()
public boolean isEmpty()