static int getIndexedAndIncrease(String name) { final id = getIndexed(name); IndexedFile._indexed[name] = id + 1; return id; }