Uses of Enum Class
com.google.common.collect.testing.DerivedCollectionGenerators.Bound
Packages that use DerivedCollectionGenerators.Bound
-
Uses of DerivedCollectionGenerators.Bound in com.google.common.collect.testing
Fields in com.google.common.collect.testing declared as DerivedCollectionGenerators.BoundModifier and TypeFieldDescription(package private) final DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator.from
(package private) final DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.from
(package private) final DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator.to
(package private) final DerivedCollectionGenerators.Bound
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.to
Methods in com.google.common.collect.testing that return DerivedCollectionGenerators.BoundModifier and TypeMethodDescriptionDerivedCollectionGenerators.SortedMapSubmapTestMapGenerator.getFrom()
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.getFrom()
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator.getTo()
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator.getTo()
Returns the enum constant of this class with the specified name.static DerivedCollectionGenerators.Bound[]
DerivedCollectionGenerators.Bound.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.collect.testing with parameters of type DerivedCollectionGenerators.BoundModifier and TypeMethodDescription(package private) final junit.framework.TestSuite
SortedMapTestSuiteBuilder.createSubmapSuite
(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Map<K, V>, 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) final junit.framework.TestSuite
SortedSetTestSuiteBuilder.createSubsetSuite
(FeatureSpecificTestSuiteBuilder<?, ? extends OneSizeTestContainerGenerator<Collection<E>, E>> parentBuilder, DerivedCollectionGenerators.Bound from, DerivedCollectionGenerators.Bound to) Creates a suite whose set has some elements filtered out of view.NavigableMapTestSuiteBuilder.newBuilderUsing
(TestSortedMapGenerator<K, V> delegate, DerivedCollectionGenerators.Bound to, DerivedCollectionGenerators.Bound from) 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.BoundModifierConstructorDescriptionNavigableMapSubmapTestMapGenerator
(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)