Uses of Class
com.google.common.testing.FreshValueGenerator.Empty
-
Packages that use FreshValueGenerator.Empty Package Description com.google.common.testing This package contains testing utilities. -
-
Uses of FreshValueGenerator.Empty in com.google.common.testing
Methods in com.google.common.testing with annotations of type FreshValueGenerator.Empty Modifier and Type Method Description (package private) static <K,V>
java.util.concurrent.ConcurrentMap<K,V>FreshValueGenerator. generateConcurrentMap()
(package private) <T> Optional<T>
FreshValueGenerator. generateGoogleOptional()
(package private) <T> java.util.Optional<T>
FreshValueGenerator. generateJavaOptional()
(package private) static <C extends java.lang.Comparable<?>>
Range<C>FreshValueGenerator. generateRange()
-