void insert(int index, E element) { _checkInsertIndex(index); callMethod('splice', [index, 0, element]); }