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 TestUnhashableCollectionGenerator
create, create, createArray, order, samplesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TestContainerGenerator
createArray, order, samplesMethods inherited from interface TestSetGenerator
create
-
Constructor Details
-
TestUnhashableSetGenerator
public TestUnhashableSetGenerator()
-