else {
break;
}
}
_nextGroupIndex = currentIndex;
sublist = orderedListClassExtension.sublist(_orderedList, startIndex, _nextGroupIndex);
// ** For convenience, push an element of the sublist into the parent.
pushItemFromSublist(sublist);
}
return sublist;
}