Class MapGenerators.ImmutableMapUnhashableValuesGenerator
java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<Collection<UnhashableObject>>
com.google.common.collect.testing.google.MapGenerators.ImmutableMapUnhashableValuesGenerator
- All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>,TestContainerGenerator<Collection<UnhashableObject>,UnhashableObject>
- Enclosing class:
- MapGenerators
public static class MapGenerators.ImmutableMapUnhashableValuesGenerator
extends TestUnhashableCollectionGenerator<Collection<UnhashableObject>>
-
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 com.google.common.collect.testing.TestUnhashableCollectionGenerator
create, createArray, order, samples
-
Constructor Details
-
ImmutableMapUnhashableValuesGenerator
public ImmutableMapUnhashableValuesGenerator()
-
-
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<Collection<UnhashableObject>>
-