Home | History | Annotate | Download | only in cache

Lines Matching defs:resultList

2135     List<Object> resultList = Lists.newArrayListWithExpectedSize(nThreads);
2137 resultList.add(result.get(i));
2139 return resultList;