Uses of Class
com.google.common.testing.CollectorTester.CollectStrategy
-
Packages that use CollectorTester.CollectStrategy Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of CollectorTester.CollectStrategy in com.google.common.testing
Methods in com.google.common.testing that return CollectorTester.CollectStrategy Modifier and Type Method Description static CollectorTester.CollectStrategyCollectorTester.CollectStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectorTester.CollectStrategy[]CollectorTester.CollectStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-