Class ListGenerators.TestUnhashableListGenerator
java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<List<UnhashableObject>>
com.google.common.collect.testing.google.ListGenerators.TestUnhashableListGenerator
- All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>
,TestContainerGenerator<Collection<UnhashableObject>,
,UnhashableObject> TestListGenerator<UnhashableObject>
- Direct Known Subclasses:
ListGenerators.UnhashableElementsImmutableListGenerator
- Enclosing class:
ListGenerators
private abstract static class ListGenerators.TestUnhashableListGenerator
extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
implements TestListGenerator<UnhashableObject>
-
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.TestListGenerator
create
-
Constructor Details
-
TestUnhashableListGenerator
private TestUnhashableListGenerator()
-