Uses of Interface
com.google.common.collect.testing.TestSortedMapGenerator
Packages that use TestSortedMapGenerator
-
Uses of TestSortedMapGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement TestSortedMapGeneratorModifier and TypeClassDescriptionstatic classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K extends @Nullable Object,V extends @Nullable Object> static final classclassImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Methods in com.google.common.collect.testing that return TestSortedMapGeneratorModifier and TypeMethodDescriptionfinal TestSortedMapGenerator<K, V> DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator.getInnerGenerator()Methods in com.google.common.collect.testing with parameters of type TestSortedMapGeneratorModifier and TypeMethodDescriptionNavigableMapTestSuiteBuilder.newBuilderUsing(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) static <K,V> ConcurrentNavigableMapTestSuiteBuilder <K, V> ConcurrentNavigableMapTestSuiteBuilder.using(TestSortedMapGenerator<K, V> generator) static <K,V> NavigableMapTestSuiteBuilder <K, V> NavigableMapTestSuiteBuilder.using(TestSortedMapGenerator<K, V> generator) static <K,V> SortedMapTestSuiteBuilder <K, V> SortedMapTestSuiteBuilder.using(TestSortedMapGenerator<K, V> generator) Constructors in com.google.common.collect.testing with parameters of type TestSortedMapGeneratorModifierConstructorDescriptionNavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) SortedMapSubmapTestMapGenerator(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) -
Uses of TestSortedMapGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestSortedMapGeneratorModifier and TypeClassDescriptionstatic classstatic class