void addRefIndex(int start, int count, String text) { for (int i = 0; i < count; i++) { super.referenceMap[start + i] = text; } }