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