Uses of Class
com.google.common.collect.testing.DerivedCollectionGenerators.Bound
-
Packages that use DerivedCollectionGenerators.Bound Package Description com.google.common.collect.testing -
-
Uses of DerivedCollectionGenerators.Bound in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as DerivedCollectionGenerators.Bound Modifier and Type Field Description (package private) DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. from(package private) DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. from(package private) DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. to(package private) DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. toMethods in com.google.common.collect.testing that return DerivedCollectionGenerators.Bound Modifier and Type Method Description DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. getFrom()DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. getFrom()DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. getTo()DerivedCollectionGenerators.BoundDerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. getTo()static DerivedCollectionGenerators.BoundDerivedCollectionGenerators.Bound. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DerivedCollectionGenerators.Bound[]DerivedCollectionGenerators.Bound. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.collect.testing with parameters of type DerivedCollectionGenerators.Bound Modifier and Type Method Description (package private) junit.framework.TestSuiteSortedMapTestSuiteBuilder. createSubmapSuite(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<java.util.Map<K,V>,java.util.Map.Entry<K,V>>> parentBuilder, DerivedCollectionGenerators.Bound from, DerivedCollectionGenerators.Bound to)Creates a suite whose map has some elements filtered out of view.(package private) junit.framework.TestSuiteSortedSetTestSuiteBuilder. createSubsetSuite(FeatureSpecificTestSuiteBuilder<?,? extends OneSizeTestContainerGenerator<java.util.Collection<E>,E>> parentBuilder, DerivedCollectionGenerators.Bound from, DerivedCollectionGenerators.Bound to)Creates a suite whose set has some elements filtered out of view.NavigableMapTestSuiteBuilder<K,V>NavigableMapTestSuiteBuilder. newBuilderUsing(TestSortedMapGenerator<K,V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)NavigableSetTestSuiteBuilder<E>NavigableSetTestSuiteBuilder. newBuilderUsing(TestSortedSetGenerator<E> 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) SortedSetTestSuiteBuilder<E>SortedSetTestSuiteBuilder. newBuilderUsing(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)Like using() but overrideable by NavigableSetTestSuiteBuilder.Constructors in com.google.common.collect.testing with parameters of type DerivedCollectionGenerators.Bound Constructor Description NavigableMapSubmapTestMapGenerator(TestSortedMapGenerator<K,V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)NavigableSetSubsetTestSetGenerator(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)SortedMapSubmapTestMapGenerator(TestSortedMapGenerator<K,V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)SortedSetSubsetTestSetGenerator(TestSortedSetGenerator<E> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from)
-