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