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