Uses of Class
com.google.common.util.concurrent.CycleDetectingLockFactory.WithExplicitOrdering
- 
Packages that use CycleDetectingLockFactory.WithExplicitOrdering Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of CycleDetectingLockFactory.WithExplicitOrdering in com.google.common.util.concurrentMethods in com.google.common.util.concurrent that return CycleDetectingLockFactory.WithExplicitOrdering Modifier and Type Method Description static <E extends java.lang.Enum<E>>
 CycleDetectingLockFactory.WithExplicitOrdering<E>CycleDetectingLockFactory. newInstanceWithExplicitOrdering(java.lang.Class<E> enumClass, CycleDetectingLockFactory.Policy policy)Creates aCycleDetectingLockFactory.WithExplicitOrdering<E>.
 
-