Searched refs:TestUnhashableCollectionGenerator (Results 1 – 8 of 8) sorted by relevance
27 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;134 extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
34 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;80 extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>> {
45 import com.google.common.collect.testing.TestUnhashableCollectionGenerator;311 extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
30 public abstract class TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> class