Uses of Enum Class
com.google.errorprone.bugpatterns.threadsafety.ThreadSafety.Purpose
Packages that use ThreadSafety.Purpose
-
Uses of ThreadSafety.Purpose in com.google.errorprone.bugpatterns.threadsafety
Subclasses with type arguments of type ThreadSafety.Purpose in com.google.errorprone.bugpatterns.threadsafetyModifier and TypeClassDescriptionstatic enumTheThreadSafetyutility class can be used by either the bug checker that enforces immutability or by the bug checker that enforces thread-safety.Methods in com.google.errorprone.bugpatterns.threadsafety that return ThreadSafety.PurposeModifier and TypeMethodDescriptionstatic ThreadSafety.PurposeReturns the enum constant of this class with the specified name.static ThreadSafety.Purpose[]ThreadSafety.Purpose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.errorprone.bugpatterns.threadsafety with parameters of type ThreadSafety.PurposeModifier and TypeMethodDescriptionabstract ThreadSafety.BuilderThreadSafety.Builder.purpose(ThreadSafety.Purpose purpose) SeeThreadSafety.Purpose.