Interface TestSortedMapGenerator<K,V>

All Superinterfaces:
TestContainerGenerator<Map<K,V>,Map.Entry<K,V>>, TestMapGenerator<K,V>
All Known Implementing Classes:
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator, NavigableMapTestSuiteBuilder.DescendingTestMapGenerator, NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator, SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator, SortedMapGenerators.ImmutableSortedMapGenerator, TestStringSortedMapGenerator

public interface TestSortedMapGenerator<K,V> extends TestMapGenerator<K,V>
Creates sorted maps, containing sample elements, to be tested.