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 class
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
(package private) static class
NavigableMapTestSuiteBuilder.DescendingTestMapGenerator<K,V>
static class
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<K,V>
class
TestStringSortedMapGenerator
Implementation helper forTestMapGenerator
for use with sorted maps of strings.Fields in com.google.common.collect.testing declared as TestSortedMapGenerator Modifier and Type Field Description private TestSortedMapGenerator<K,V>
DerivedCollectionGenerators.MapSortedKeySetGenerator. delegate
Methods in com.google.common.collect.testing that return TestSortedMapGenerator Modifier and Type Method Description (package private) TestSortedMapGenerator<K,V>
NavigableMapTestSuiteBuilder.DescendingTestMapGenerator. delegate()
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)
(package private) SortedMapTestSuiteBuilder<K,V>
SortedMapTestSuiteBuilder. newBuilderUsing(TestSortedMapGenerator<K,V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
Like using() but overrideable by NavigableMapTestSuiteBuilder.(package private) NavigableMapTestSuiteBuilder<K,V>
ConcurrentNavigableMapTestSuiteBuilder. subSuiteUsing(TestSortedMapGenerator<K,V> generator)
(package private) NavigableMapTestSuiteBuilder<K,V>
NavigableMapTestSuiteBuilder. subSuiteUsing(TestSortedMapGenerator<K,V> generator)
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 DescendingTestMapGenerator(TestSortedMapGenerator<K,V> delegate)
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 class
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator
static class
SortedMapGenerators.ImmutableSortedMapGenerator
-