Class TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>

java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<T>
All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>
Direct Known Subclasses:
ListGenerators.UnhashableElementsImmutableListGenerator, MapGenerators.ImmutableMapUnhashableValuesGenerator, SetGenerators.TestUnhashableSetGenerator

@GwtCompatible @NullMarked public abstract class TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>> extends Object implements TestCollectionGenerator<UnhashableObject>
Creates collections containing unhashable sample elements, to be tested.
Author:
Regina O'Dell