Uses of Interface
com.google.common.collect.testing.TestSortedSetGenerator
Packages that use TestSortedSetGenerator
-
Uses of TestSortedSetGenerator in com.google.common.collect.testing
Classes in com.google.common.collect.testing that implement TestSortedSetGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic final classclassCreate string sets for testing collections that are sorted by natural ordering.Methods in com.google.common.collect.testing that return TestSortedSetGeneratorModifier and TypeMethodDescriptionfinal TestSortedSetGenerator<E>DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.getInnerGenerator()Methods in com.google.common.collect.testing with parameters of type TestSortedSetGeneratorModifier and TypeMethodDescriptionNavigableSetTestSuiteBuilder.newBuilderUsing(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) 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 TestSortedSetGeneratorModifierConstructorDescriptionNavigableSetSubsetTestSetGenerator(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 TestSortedSetGeneratorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class