Class SetGenerators.ImmutableSortedSetUnhashableGenerator
java.lang.Object
com.google.common.collect.testing.TestUnhashableCollectionGenerator<Set<UnhashableObject>>
com.google.common.collect.testing.google.SetGenerators.TestUnhashableSetGenerator
com.google.common.collect.testing.google.SetGenerators.ImmutableSortedSetUnhashableGenerator
- All Implemented Interfaces:
TestCollectionGenerator<UnhashableObject>
,TestContainerGenerator<Collection<UnhashableObject>,
,UnhashableObject> TestSetGenerator<UnhashableObject>
- Enclosing class:
SetGenerators
public static class SetGenerators.ImmutableSortedSetUnhashableGenerator
extends SetGenerators.TestUnhashableSetGenerator
-
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
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.TestSetGenerator
create
-
Constructor Details
-
ImmutableSortedSetUnhashableGenerator
public ImmutableSortedSetUnhashableGenerator()
-
-
Method Details
-
create
Description copied from class:TestUnhashableCollectionGenerator
Creates a new collection containing the given elements; implement this method instead ofTestUnhashableCollectionGenerator.create(Object...)
.- Specified by:
create
in classTestUnhashableCollectionGenerator<Set<UnhashableObject>>
-