@GwtCompatible public abstract class TestCollidingSetGenerator extends Object implements TestSetGenerator<Object>
| Constructor and Description |
|---|
TestCollidingSetGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
createArray(int length)
Helper method to create an array of the appropriate type used by this generator.
|
List<Object> |
order(List<Object> insertionOrder)
Returns the original element list, unchanged.
|
SampleElements<Object> |
samples()
Returns the sample elements that this generate populates its container with.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic TestCollidingSetGenerator()
public SampleElements<Object> samples()
TestContainerGeneratorsamples in interface TestContainerGenerator<Collection<Object>,Object>public Object[] createArray(int length)
TestContainerGeneratorcreateArray in interface TestContainerGenerator<Collection<Object>,Object>public List<Object> order(List<Object> insertionOrder)
order in interface TestContainerGenerator<Collection<Object>,Object>Copyright © 2010–2019. All rights reserved.