Lines Matching refs:addition
195 protected function addInterval(Interval $addition) : void
201 if ($addition->stop < $addition->start) {
211 if ($addition->equals($resilt)) {
215 if ($addition->adjacent($resilt) || !$addition->disjoint($resilt)) {
217 $bigger = $addition->union($resilt);
243 if ($addition->startsBeforeDisjoint($resilt)) {
245 \array_splice($this->intervals, $i, 0, [$addition]);
254 $this->intervals[] = $addition;