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 private static <K,V>
java.util.concurrent.ConcurrentMap<K,V>FreshValueGenerator. generateConcurrentMap()
private <T> Optional<T>
FreshValueGenerator. generateGoogleOptional()
private <T> java.util.Optional<T>
FreshValueGenerator. generateJavaOptional()
private static <C extends java.lang.Comparable<?>>
Range<C>FreshValueGenerator. generateRange()
-