Class SetGenerators.TestUnhashableSetGenerator
java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<Set<UnhashableObject>>
com.google.common.collect.testing.google.SetGenerators.TestUnhashableSetGenerator
- All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>
,TestContainerGenerator<Collection<UnhashableObject>,
,UnhashableObject> TestSetGenerator<UnhashableObject>
- Direct Known Subclasses:
SetGenerators.ImmutableSortedSetUnhashableGenerator
- Enclosing class:
SetGenerators
public abstract static class SetGenerators.TestUnhashableSetGenerator
extends TestUnhashableCollectionGenerator<Set<UnhashableObject>>
implements TestSetGenerator<UnhashableObject>
- Author:
- Kevin Bourrillion, Jared Levy, Hayward Chan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.testing.TestUnhashableCollectionGenerator
create, create, createArray, order, samples
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.collect.testing.TestContainerGenerator
createArray, order, samples
Methods inherited from interface com.google.common.collect.testing.TestSetGenerator
create
-
Constructor Details
-
TestUnhashableSetGenerator
public TestUnhashableSetGenerator()
-