public static class SetGenerators.ImmutableSortedSetUnhashableGenerator extends SetGenerators.TestUnhashableSetGenerator
| Constructor and Description |
|---|
ImmutableSortedSetUnhashableGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<UnhashableObject> |
create(UnhashableObject[] elements)
Creates a new collection containing the given elements; implement this method instead of
TestUnhashableCollectionGenerator.create(Object...). |
create, createArray, order, samplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatecreateArray, order, samplespublic ImmutableSortedSetUnhashableGenerator()
public java.util.Set<UnhashableObject> create(UnhashableObject[] elements)
TestUnhashableCollectionGeneratorTestUnhashableCollectionGenerator.create(Object...).create in class TestUnhashableCollectionGenerator<java.util.Set<UnhashableObject>>