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 classDerivedCollectionGenerators.MapSortedKeySetGenerator<K,V>static classDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E>static classNavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E>classTestStringSortedSetGeneratorCreate string sets for testing collections that are sorted by natural ordering.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)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 classSetGenerators.ImmutableSortedSetCopyOfGeneratorstatic classSetGenerators.ImmutableSortedSetDescendingGeneratorstatic classSetGenerators.ImmutableSortedSetHeadsetGeneratorstatic classSetGenerators.ImmutableSortedSetSubsetGeneratorstatic classSetGenerators.ImmutableSortedSetTailsetGenerator
-