public static class DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V> extends DerivedCollectionGenerators.MapKeySetGenerator<K,V> implements TestSortedSetGenerator<K>, DerivedGenerator
| Constructor and Description |
|---|
MapSortedKeySetGenerator(OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> mapGenerator) |
| Modifier and Type | Method and Description |
|---|---|
K |
aboveSamplesGreater()
Returns an element greater than the
TestContainerGenerator.samples() and greater than TestSortedSetGenerator.aboveSamplesLesser(). |
K |
aboveSamplesLesser()
Returns an element greater than the
TestContainerGenerator.samples() but less than TestSortedSetGenerator.aboveSamplesGreater(). |
K |
belowSamplesGreater()
Returns an element less than the
TestContainerGenerator.samples() but greater than TestSortedSetGenerator.belowSamplesLesser(). |
K |
belowSamplesLesser()
Returns an element less than the
TestContainerGenerator.samples() and less than TestSortedSetGenerator.belowSamplesGreater(). |
SortedSet<K> |
create(Object... elements)
Creates a new container containing the given elements.
|
createArray, getInnerGenerator, order, samplesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateArray, order, samplesgetInnerGeneratorpublic MapSortedKeySetGenerator(OneSizeTestContainerGenerator<Map<K,V>,Map.Entry<K,V>> mapGenerator)
public SortedSet<K> create(Object... elements)
TestContainerGeneratorcreate in interface TestContainerGenerator<Collection<K>,K>create in interface TestSetGenerator<K>create in interface TestSortedSetGenerator<K>create in class DerivedCollectionGenerators.MapKeySetGenerator<K,V>public K belowSamplesLesser()
TestSortedSetGeneratorTestContainerGenerator.samples() and less than TestSortedSetGenerator.belowSamplesGreater().belowSamplesLesser in interface TestSortedSetGenerator<K>public K belowSamplesGreater()
TestSortedSetGeneratorTestContainerGenerator.samples() but greater than TestSortedSetGenerator.belowSamplesLesser().belowSamplesGreater in interface TestSortedSetGenerator<K>public K aboveSamplesLesser()
TestSortedSetGeneratorTestContainerGenerator.samples() but less than TestSortedSetGenerator.aboveSamplesGreater().aboveSamplesLesser in interface TestSortedSetGenerator<K>public K aboveSamplesGreater()
TestSortedSetGeneratorTestContainerGenerator.samples() and greater than TestSortedSetGenerator.aboveSamplesLesser().aboveSamplesGreater in interface TestSortedSetGenerator<K>Copyright © 2010–2019. All rights reserved.