Distinguish between insert after/before to do the "insert afters" first and then the "insert befores" at same index. Implementation of "insert after" is "insert before index+1".
@uml @override
See Implementation
Distinguish between insert after/before to do the "insert afters" first and then the "insert befores" at same index. Implementation of "insert after" is "insert before index+1".