Enum Class的使用
cn.taketoday.util.ConcurrentReferenceHashMap.TaskOption
程序包
说明
Miscellaneous utility classes, such as utilities for working with strings,
classes, collections, reflection, etc.
-
cn.taketoday.util中ConcurrentReferenceHashMap.TaskOption的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.ConcurrentReferenceHashMap.TaskOption.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明final booleanConcurrentReferenceHashMap.Task.hasOption(ConcurrentReferenceHashMap.TaskOption option) 限定符构造器说明Task(ConcurrentReferenceHashMap.TaskOption option1, ConcurrentReferenceHashMap.TaskOption option2)