Home
last modified time | relevance | path

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

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DListGenerators.java26 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
117 extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
DMapGenerators.java29 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
86 extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>> {
DSetGenerators.java36 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;
244 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DTestUnhashableCollectionGenerator.java32 TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> class