* Gets number of groups. * @returns {number} the amount of groups that the said chunk is in
()
| 587 | * @returns {number} the amount of groups that the said chunk is in |
| 588 | */ |
| 589 | getNumberOfGroups() { |
| 590 | return this._groups.size; |
| 591 | } |
| 592 | |
| 593 | /** |
| 594 | * Gets groups iterable. |