Class ListGenerators.UnhashableElementsImmutableListGenerator
java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<List<UnhashableObject>>
com.google.common.collect.testing.google.ListGenerators.UnhashableElementsImmutableListGenerator
- All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>, TestContainerGenerator<Collection<UnhashableObject>, UnhashableObject>, TestListGenerator<UnhashableObject>
- Enclosing class:
ListGenerators
public static class ListGenerators.UnhashableElementsImmutableListGenerator
extends TestUnhashableCollectionGenerator<List<UnhashableObject>>
- Author:
- Hayward Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(UnhashableObject[] elements) Creates a new collection containing the given elements; implement this method instead ofTestUnhashableCollectionGenerator.create(Object...).Methods inherited from class TestUnhashableCollectionGenerator
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 TestListGenerator
create
-
Constructor Details
-
UnhashableElementsImmutableListGenerator
-
-
Method Details
-
create
Description copied from class:TestUnhashableCollectionGeneratorCreates a new collection containing the given elements; implement this method instead ofTestUnhashableCollectionGenerator.create(Object...).- Specified by:
createin classTestUnhashableCollectionGenerator<List<UnhashableObject>>
-