Uses of Interface
com.google.common.collect.testing.TestSortedMapGenerator
-
Packages that use TestSortedMapGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestSortedMapGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement TestSortedMapGenerator Modifier and Type Class Description static classDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K extends @Nullable Object,V extends @Nullable Object>static classNavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>classTestStringSortedMapGeneratorImplementation helper forTestMapGeneratorfor use with sorted maps of strings.Methods in com.google.common.collect.testing that return TestSortedMapGenerator Modifier and Type Method Description TestSortedMapGenerator<K,V>DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. getInnerGenerator()Methods in com.google.common.collect.testing with parameters of type TestSortedMapGenerator Modifier and Type Method Description NavigableMapTestSuiteBuilder<K,V>NavigableMapTestSuiteBuilder. 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 TestSortedMapGenerator Constructor Description NavigableMapSubmapTestMapGenerator(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 TestSortedMapGenerator Modifier and Type Class Description static classSortedMapGenerators.ImmutableSortedMapCopyOfEntriesGeneratorstatic classSortedMapGenerators.ImmutableSortedMapGenerator
-