Searched refs:nextIndex (Results 1 – 2 of 2) sorted by relevance
37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()
30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads36 return nextIndex.getAndIncrement();