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.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. from
(package private) DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. from
(package private) DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. to
(package private) DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. to
Methods in com.google.common.collect.testing that return DerivedCollectionGenerators.Bound Modifier and Type Method Description DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. getFrom()
DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. getFrom()
DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator. getTo()
DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator. getTo()
static DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.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.TestSuite
SortedMapTestSuiteBuilder. 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.TestSuite
SortedSetTestSuiteBuilder. 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)
-