totalChanges method

int totalChanges()

Implementation

int totalChanges() {
  return deletedObjects.length + changes.length;
}