forEachBond(process) {
    const bonds = this._bonds
    for (let i = 0, n = bonds.length; i < n; ++i) {
      process(bonds[i])
    }