Uses of Interface
com.google.common.collect.testing.TestSortedSetGenerator
-
Packages that use TestSortedSetGenerator Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of TestSortedSetGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement TestSortedSetGenerator Modifier and Type Class Description static class
DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>
static class
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>
static class
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>
class
TestStringSortedSetGenerator
Create string sets for testing collections that are sorted by natural ordering.Fields in com.google.common.collect.testing declared as TestSortedSetGenerator Modifier and Type Field Description private TestSortedSetGenerator<E>
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. delegate
Methods in com.google.common.collect.testing that return TestSortedSetGenerator Modifier and Type Method Description TestSortedSetGenerator<E>
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. getInnerGenerator()
Methods in com.google.common.collect.testing with parameters of type TestSortedSetGenerator Modifier and Type Method Description NavigableSetTestSuiteBuilder<E>
NavigableSetTestSuiteBuilder. newBuilderUsing(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
(package private) SortedSetTestSuiteBuilder<E>
SortedSetTestSuiteBuilder. newBuilderUsing(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
Like using() but overrideable by NavigableSetTestSuiteBuilder.static <E> NavigableSetTestSuiteBuilder<E>
NavigableSetTestSuiteBuilder. using(TestSortedSetGenerator<E> generator)
static <E> SortedSetTestSuiteBuilder<E>
SortedSetTestSuiteBuilder. using(TestSortedSetGenerator<E> generator)
Constructors in com.google.common.collect.testing with parameters of type TestSortedSetGenerator Constructor Description NavigableSetSubsetTestSetGenerator(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
SortedSetSubsetTestSetGenerator(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
-
Uses of TestSortedSetGenerator in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement TestSortedSetGenerator Modifier and Type Class Description static class
SetGenerators.ImmutableSortedSetCopyOfGenerator
static class
SetGenerators.ImmutableSortedSetDescendingGenerator
static class
SetGenerators.ImmutableSortedSetHeadsetGenerator
static class
SetGenerators.ImmutableSortedSetSubsetGenerator
static class
SetGenerators.ImmutableSortedSetTailsetGenerator
-