Home
last modified time | relevance | path

Searched refs:slowItDown (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DCollectionBenchmarkSampleData.java138 return slowItDown() != 1 && super.equals(obj); in equals()
141 return slowItDown() + hash; in hashCode()
144 int x = slowItDown(); in compareTo()
147 static int slowItDown() { in slowItDown() method in CollectionBenchmarkSampleData.SlowElement