Home | History | Annotate | Download | only in cache

Lines Matching defs:resultList

2017     List<Object> resultList = Lists.newArrayListWithExpectedSize(nThreads);
2019 resultList.add(result.get(i));
2021 return resultList;