HomeSort by relevance Sort by last modified time
    Searched refs:setToTest (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/collect/
SetIterationBenchmark.java 46 private Set<Element> setToTest;
51 setToTest = impl.create(sampleData.getValuesInSet());
58 for (Element y : setToTest) {
SetContainsBenchmark.java 55 private Set<Element> setToTest;
62 this.setToTest = impl.create(sampleData.getValuesInSet());
69 Set<Element> set = setToTest;

Completed in 147 milliseconds