forEachSGroup(process) {
    const groups = this._sgroups
    for (let i = 0, n = groups.length; i < n; ++i) {
      process(groups[i])
    }