Enum Class的使用
cn.taketoday.util.ConcurrentLruCache.CacheEntryState
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中ConcurrentLruCache.CacheEntryState的使用
修饰符和类型字段说明private final ConcurrentLruCache.CacheEntryStateConcurrentLruCache.CacheEntry.statestate记录组件的字段。修饰符和类型方法说明ConcurrentLruCache.CacheEntry.state()返回state记录组件的值。Returns the enum constant of this class with the specified name.static ConcurrentLruCache.CacheEntryState[]ConcurrentLruCache.CacheEntryState.values()Returns an array containing the constants of this enum class, in the order they are declared.限定符构造器说明privateCacheEntry(V value, ConcurrentLruCache.CacheEntryState state) 创建CacheEntry记录的实例。