Searched refs:nextIndex (Results 1 – 1 of 1) sorted by relevance
37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()