Interface TestSortedMapGenerator<K extends @Nullable Object, V extends @Nullable Object>

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

@GwtCompatible @NullMarked public interface TestSortedMapGenerator<K extends @Nullable Object, V extends @Nullable Object> extends TestMapGenerator<K,V>
Creates sorted maps, containing sample elements, to be tested.
Author:
Louis Wasserman